#166020

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

Shades of Crusoe #166020

Tints of Crusoe #166020

Color information

#166020 (or 0x166020) is unknown color: approx Crusoe. HEX triplet: 16, 60 and 20. RGB value is (22,96,32). Sum of RGB (Red+Green+Blue) = 22+96+32=150 (19% of max value = 765). Red value is 22 (8.98% from 255 or 14.67% from 150); Green value is 96 (37.89% from 255 or 64% from 150); Blue value is 32 (12.89% from 255 or 21.33% from 150); Max value from RGB is 96 - color contains mainly: green. Hex color #166020 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #166020 is #E99FDF. Grayscale: #424242. Windows color (decimal): -15310816 or 2121750. OLE color: 2121750.

HSL color Cylindrical-coordinate representation of color #166020: hue angle of 128.11º 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 #166020 is Cyan = 0.77, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.62.

Color convert

RGB229632-
CMYK0.7700.670.62
HSL128.11º62.71%23.14%-
HSV(B)128.11º77.08%37.65%-
XYZ4.778.642.78-
YUV66.58108.4896.2-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 14.67%
GREEN value IS 96 (37.89% from 255) = 64%
BLUE value IS 32 (12.89% from 255) = 21.33%
R=14.67%
G=64%
B=21.33%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2296320.7700.670.62128.1162.7123.14
Hex1660204D0433E803f17
Octal26140401150103762007727
Binary1011011000001000001001101010000111111101000000011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #166020

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #166020; }

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

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

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

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

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

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

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

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