#166035

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

Shades of Crusoe #166035

Tints of Crusoe #166035

Color information

#166035 (or 0x166035) is unknown color: approx Crusoe. HEX triplet: 16, 60 and 35. RGB value is (22,96,53). Sum of RGB (Red+Green+Blue) = 22+96+53=171 (22% of max value = 765). Red value is 22 (8.98% from 255 or 12.87% from 171); Green value is 96 (37.89% from 255 or 56.14% from 171); Blue value is 53 (21.09% from 255 or 30.99% from 171); Max value from RGB is 96 - color contains mainly: green. Hex color #166035 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #166035 is #E99FCA. Grayscale: #454545. Windows color (decimal): -15310795 or 3498006. OLE color: 3498006.

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

Color convert

RGB229653-
CMYK0.7700.450.62
HSL145.14º62.71%23.14%-
HSV(B)145.14º77.08%37.65%-
XYZ5.168.794.79-
YUV68.97118.9894.5-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 12.87%
GREEN value IS 96 (37.89% from 255) = 56.14%
BLUE value IS 53 (21.09% from 255) = 30.99%
R=12.87%
G=56.14%
B=30.99%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2296530.7700.450.62145.1462.7123.14
Hex1660354D02D3E913f17
Octal2614065115055762217727
Binary101101100000110101100110101011011111101001000111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #166035

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #166035; }

 p { color: rgb(22,96,53); }

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

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

 a { background-color: rgb(22,96,53); }

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

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

 span { border-color: rgb(22,96,53); }

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