#166121

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

Shades of Crusoe #166121

Tints of Crusoe #166121

Color information

#166121 (or 0x166121) is unknown color: approx Crusoe. HEX triplet: 16, 61 and 21. RGB value is (22,97,33). Sum of RGB (Red+Green+Blue) = 22+97+33=152 (20% of max value = 765). Red value is 22 (8.98% from 255 or 14.47% from 152); Green value is 97 (38.28% from 255 or 63.82% from 152); Blue value is 33 (13.28% from 255 or 21.71% from 152); Max value from RGB is 97 - color contains mainly: green. Hex color #166121 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #166121 is #E99EDE. Grayscale: #434343. Windows color (decimal): -15310559 or 2187542. OLE color: 2187542.

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

Color convert

RGB229733-
CMYK0.7700.660.62
HSL128.8º63.03%23.33%-
HSV(B)128.8º77.32%38.04%-
XYZ4.888.832.89-
YUV67.28108.6595.7-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 14.47%
GREEN value IS 97 (38.28% from 255) = 63.82%
BLUE value IS 33 (13.28% from 255) = 21.71%
R=14.47%
G=63.82%
B=21.71%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2297330.7700.660.62128.863.0323.33
Hex1661214D0423E813f17
Octal26141411150102762017727
Binary1011011000011000011001101010000101111101000000111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #166121

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #166121; }

 p { color: rgb(22,97,33); }

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

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

 a { background-color: rgb(22,97,33); }

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

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

 span { border-color: rgb(22,97,33); }

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