#166134

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

Shades of Crusoe #166134

Tints of Crusoe #166134

Color information

#166134 (or 0x166134) is unknown color: approx Crusoe. HEX triplet: 16, 61 and 34. RGB value is (22,97,52). Sum of RGB (Red+Green+Blue) = 22+97+52=171 (22% of max value = 765). Red value is 22 (8.98% from 255 or 12.87% from 171); Green value is 97 (38.28% from 255 or 56.73% from 171); Blue value is 52 (20.70% from 255 or 30.41% from 171); Max value from RGB is 97 - color contains mainly: green. Hex color #166134 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #166134 is #E99ECB. Grayscale: #454545. Windows color (decimal): -15310540 or 3432726. OLE color: 3432726.

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

Color convert

RGB229752-
CMYK0.7700.460.62
HSL144º63.03%23.33%-
HSV(B)144º77.32%38.04%-
XYZ5.238.974.7-
YUV69.44118.1594.16-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 12.87%
GREEN value IS 97 (38.28% from 255) = 56.73%
BLUE value IS 52 (20.70% from 255) = 30.41%
R=12.87%
G=56.73%
B=30.41%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2297520.7700.460.6214463.0323.33
Hex1661344D02E3E903f17
Octal2614164115056762207727
Binary101101100001110100100110101011101111101001000011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #166134

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #166134; }

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

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

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

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

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

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

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

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