#166030

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

Shades of Crusoe #166030

Tints of Crusoe #166030

Color information

#166030 (or 0x166030) is unknown color: approx Crusoe. HEX triplet: 16, 60 and 30. RGB value is (22,96,48). Sum of RGB (Red+Green+Blue) = 22+96+48=166 (21% of max value = 765). Red value is 22 (8.98% from 255 or 13.25% from 166); Green value is 96 (37.89% from 255 or 57.83% from 166); Blue value is 48 (19.14% from 255 or 28.92% from 166); Max value from RGB is 96 - color contains mainly: green. Hex color #166030 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #166030 is #E99FCF. Grayscale: #444444. Windows color (decimal): -15310800 or 3170326. OLE color: 3170326.

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

Color convert

RGB229648-
CMYK0.7700.500.62
HSL141.08º62.71%23.14%-
HSV(B)141.08º77.08%37.65%-
XYZ5.058.754.22-
YUV68.4116.4894.9-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 13.25%
GREEN value IS 96 (37.89% from 255) = 57.83%
BLUE value IS 48 (19.14% from 255) = 28.92%
R=13.25%
G=57.83%
B=28.92%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2296480.7700.500.62141.0862.7123.14
Hex1660304D0323E8d3f17
Octal2614060115062762157727
Binary101101100000110000100110101100101111101000110111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #166030

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #166030; }

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

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

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

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

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

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

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

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