#166133

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

Shades of Crusoe #166133

Tints of Crusoe #166133

Color information

#166133 (or 0x166133) is unknown color: approx Crusoe. HEX triplet: 16, 61 and 33. RGB value is (22,97,51). Sum of RGB (Red+Green+Blue) = 22+97+51=170 (22% of max value = 765). Red value is 22 (8.98% from 255 or 12.94% from 170); Green value is 97 (38.28% from 255 or 57.06% from 170); Blue value is 51 (20.31% from 255 or 30% from 170); Max value from RGB is 97 - color contains mainly: green. Hex color #166133 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #166133 is #E99ECC. Grayscale: #454545. Windows color (decimal): -15310541 or 3367190. OLE color: 3367190.

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

Color convert

RGB229751-
CMYK0.7700.470.62
HSL143.2º63.03%23.33%-
HSV(B)143.2º77.32%38.04%-
XYZ5.28.964.59-
YUV69.33117.6594.24-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 12.94%
GREEN value IS 97 (38.28% from 255) = 57.06%
BLUE value IS 51 (20.31% from 255) = 30%
R=12.94%
G=57.06%
B=30%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2297510.7700.470.62143.263.0323.33
Hex1661334D02F3E8f3f17
Octal2614163115057762177727
Binary101101100001110011100110101011111111101000111111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #166133

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #166133; }

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

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

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

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

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

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

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

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