#166024

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

Shades of Crusoe #166024

Tints of Crusoe #166024

Color information

#166024 (or 0x166024) is unknown color: approx Crusoe. HEX triplet: 16, 60 and 24. RGB value is (22,96,36). Sum of RGB (Red+Green+Blue) = 22+96+36=154 (20% of max value = 765). Red value is 22 (8.98% from 255 or 14.29% from 154); Green value is 96 (37.89% from 255 or 62.34% from 154); Blue value is 36 (14.45% from 255 or 23.38% from 154); Max value from RGB is 96 - color contains mainly: green. Hex color #166024 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #166024 is #E99FDB. Grayscale: #434343. Windows color (decimal): -15310812 or 2383894. OLE color: 2383894.

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

Color convert

RGB229636-
CMYK0.7700.620.62
HSL131.35º62.71%23.14%-
HSV(B)131.35º77.08%37.65%-
XYZ4.838.663.09-
YUV67.03110.4895.88-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 14.29%
GREEN value IS 96 (37.89% from 255) = 62.34%
BLUE value IS 36 (14.45% from 255) = 23.38%
R=14.29%
G=62.34%
B=23.38%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2296360.7700.620.62131.3562.7123.14
Hex1660244D03E3E833f17
Octal2614044115076762037727
Binary101101100000100100100110101111101111101000001111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #166024

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #166024; }

 p { color: rgb(22,96,36); }

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

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

 a { background-color: rgb(22,96,36); }

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

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

 span { border-color: rgb(22,96,36); }

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