#166125

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

Shades of Crusoe #166125

Tints of Crusoe #166125

Color information

#166125 (or 0x166125) is unknown color: approx Crusoe. HEX triplet: 16, 61 and 25. RGB value is (22,97,37). Sum of RGB (Red+Green+Blue) = 22+97+37=156 (20% of max value = 765). Red value is 22 (8.98% from 255 or 14.10% from 156); Green value is 97 (38.28% from 255 or 62.18% from 156); Blue value is 37 (14.84% from 255 or 23.72% from 156); Max value from RGB is 97 - color contains mainly: green. Hex color #166125 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #166125 is #E99EDA. Grayscale: #434343. Windows color (decimal): -15310555 or 2449686. OLE color: 2449686.

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

Color convert

RGB229737-
CMYK0.7700.620.62
HSL132º63.03%23.33%-
HSV(B)132º77.32%38.04%-
XYZ4.948.853.2-
YUV67.74110.6595.38-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 14.10%
GREEN value IS 97 (38.28% from 255) = 62.18%
BLUE value IS 37 (14.84% from 255) = 23.72%
R=14.10%
G=62.18%
B=23.72%

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
Decimal2297370.7700.620.6213263.0323.33
Hex1661254D03E3E843f17
Octal2614145115076762047727
Binary101101100001100101100110101111101111101000010011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #166125

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #166125; }

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

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

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

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

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

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

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

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