#166634

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

Shades of Crusoe #166634

Tints of Crusoe #166634

Color information

#166634 (or 0x166634) is unknown color: approx Crusoe. HEX triplet: 16, 66 and 34. RGB value is (22,102,52). Sum of RGB (Red+Green+Blue) = 22+102+52=176 (23% of max value = 765). Red value is 22 (8.98% from 255 or 12.5% from 176); Green value is 102 (40.23% from 255 or 57.95% from 176); Blue value is 52 (20.70% from 255 or 29.55% from 176); Max value from RGB is 102 - color contains mainly: green. Hex color #166634 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #166634 is #E999CB. Grayscale: #484848. Windows color (decimal): -15309260 or 3434006. OLE color: 3434006.

HSL color Cylindrical-coordinate representation of color #166634: hue angle of 142.5º degrees, saturation: 0.65, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #166634 is Cyan = 0.78, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.6.

Color convert

RGB2210252-
CMYK0.7800.490.6
HSL142.5º64.52%24.31%-
HSV(B)142.5º78.43%40%-
XYZ5.79.924.86-
YUV72.38116.592.07-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 12.5%
GREEN value IS 102 (40.23% from 255) = 57.95%
BLUE value IS 52 (20.70% from 255) = 29.55%
R=12.5%
G=57.95%
B=29.55%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal22102520.7800.490.6142.564.5224.31
Hex1666344E0313C8e4118
Octal26146641160617421610130
Binary1011011001101101001001110011000111110010001110100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #166634

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #166634; }

 p { color: rgb(22,102,52); }

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

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

 a { background-color: rgb(22,102,52); }

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

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

 span { border-color: rgb(22,102,52); }

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