#166130

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

Shades of Crusoe #166130

Tints of Crusoe #166130

Color information

#166130 (or 0x166130) is unknown color: approx Crusoe. HEX triplet: 16, 61 and 30. RGB value is (22,97,48). Sum of RGB (Red+Green+Blue) = 22+97+48=167 (22% of max value = 765). Red value is 22 (8.98% from 255 or 13.17% from 167); Green value is 97 (38.28% from 255 or 58.08% from 167); Blue value is 48 (19.14% from 255 or 28.74% from 167); Max value from RGB is 97 - color contains mainly: green. Hex color #166130 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #166130 is #E99ECF. Grayscale: #454545. Windows color (decimal): -15310544 or 3170582. OLE color: 3170582.

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

Color convert

RGB229748-
CMYK0.7700.510.62
HSL140.8º63.03%23.33%-
HSV(B)140.8º77.32%38.04%-
XYZ5.148.934.25-
YUV68.99116.1594.48-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 13.17%
GREEN value IS 97 (38.28% from 255) = 58.08%
BLUE value IS 48 (19.14% from 255) = 28.74%
R=13.17%
G=58.08%
B=28.74%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2297480.7700.510.62140.863.0323.33
Hex1661304D0333E8d3f17
Octal2614160115063762157727
Binary101101100001110000100110101100111111101000110111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #166130

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #166130; }

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

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

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

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

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

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

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

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