#166029

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

Shades of Crusoe #166029

Tints of Crusoe #166029

Color information

#166029 (or 0x166029) is unknown color: approx Crusoe. HEX triplet: 16, 60 and 29. RGB value is (22,96,41). Sum of RGB (Red+Green+Blue) = 22+96+41=159 (21% of max value = 765). Red value is 22 (8.98% from 255 or 13.84% from 159); Green value is 96 (37.89% from 255 or 60.38% from 159); Blue value is 41 (16.41% from 255 or 25.79% from 159); Max value from RGB is 96 - color contains mainly: green. Hex color #166029 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #166029 is #E99FD6. Grayscale: #434343. Windows color (decimal): -15310807 or 2711574. OLE color: 2711574.

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

Color convert

RGB229641-
CMYK0.7700.570.62
HSL135.41º62.71%23.14%-
HSV(B)135.41º77.08%37.65%-
XYZ4.918.73.52-
YUV67.6112.9895.47-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 13.84%
GREEN value IS 96 (37.89% from 255) = 60.38%
BLUE value IS 41 (16.41% from 255) = 25.79%
R=13.84%
G=60.38%
B=25.79%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2296410.7700.570.62135.4162.7123.14
Hex1660294D0393E873f17
Octal2614051115071762077727
Binary101101100000101001100110101110011111101000011111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #166029

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #166029; }

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

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

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

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

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

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

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

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