#146026

Color #146026 Crusoe (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Crusoe #146026

Tints of Crusoe #146026

Color information

#146026 (or 0x146026) is unknown color: approx Crusoe. HEX triplet: 14, 60 and 26. RGB value is (20,96,38). Sum of RGB (Red+Green+Blue) = 20+96+38=154 (20% of max value = 765). Red value is 20 (8.20% from 255 or 12.99% from 154); Green value is 96 (37.89% from 255 or 62.34% from 154); Blue value is 38 (15.23% from 255 or 24.68% from 154); Max value from RGB is 96 - color contains mainly: green. Hex color #146026 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #146026 is #EB9FD9. Grayscale: #424242. Windows color (decimal): -15441882 or 2514964. OLE color: 2514964.

HSL color Cylindrical-coordinate representation of color #146026: hue angle of 134.21º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #146026 is Cyan = 0.79, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.62.

Color convert

RGB209638-
CMYK0.7900.600.62
HSL134.21º65.52%22.75%-
HSV(B)134.21º79.17%37.65%-
XYZ4.828.653.25-
YUV66.66111.8294.72-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 20 (8.20% from 255) = 12.99%
GREEN value IS 96 (37.89% from 255) = 62.34%
BLUE value IS 38 (15.23% from 255) = 24.68%
R=12.99%
G=62.34%
B=24.68%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2096380.7900.600.62134.2165.5222.75
Hex1460264F03C3E864217
Octal24140461170747620610227
Binary1010011000001001101001111011110011111010000110100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #146026

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #146026; }

 p { color: rgb(20,96,38); }

 H1.HeaderClassName
 {
   color: #146026;
 }
 .AnyTagClassName
 {
   color: #146026;
 }
</style>
background-color css

<style>
 a { background-color: #146026; }

 a { background-color: rgb(20,96,38); }

 div.DivClassName
 {
   background-color: #146026;
 }
 .BgClassName
 {
   background-color: #146026;
 }
</style>
border-color css

<style>
 span { border-color: #146026; }

 span { border-color: rgb(20,96,38); }

 td.TdClassName
 {
   border-color: #146026;
 }
 .TagClassName
 {
   border-color: #146026;
 }
</style>