#166225

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

Shades of Crusoe #166225

Tints of Crusoe #166225

Color information

#166225 (or 0x166225) is unknown color: approx Crusoe. HEX triplet: 16, 62 and 25. RGB value is (22,98,37). Sum of RGB (Red+Green+Blue) = 22+98+37=157 (20% of max value = 765). Red value is 22 (8.98% from 255 or 14.01% from 157); Green value is 98 (38.67% from 255 or 62.42% from 157); Blue value is 37 (14.84% from 255 or 23.57% from 157); Max value from RGB is 98 - color contains mainly: green. Hex color #166225 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #166225 is #E99DDA. Grayscale: #444444. Windows color (decimal): -15310299 or 2449942. OLE color: 2449942.

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

Color convert

RGB229837-
CMYK0.7800.620.62
HSL131.84º63.33%23.53%-
HSV(B)131.84º77.55%38.43%-
XYZ5.039.043.23-
YUV68.32110.3294.96-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 14.01%
GREEN value IS 98 (38.67% from 255) = 62.42%
BLUE value IS 37 (14.84% from 255) = 23.57%
R=14.01%
G=62.42%
B=23.57%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2298370.7800.620.62131.8463.3323.53
Hex1662254E03E3E843f18
Octal2614245116076762047730
Binary101101100010100101100111001111101111101000010011111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #166225

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #166225; }

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

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

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

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

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

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

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

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