#166126

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

Shades of Crusoe #166126

Tints of Crusoe #166126

Color information

#166126 (or 0x166126) is unknown color: approx Crusoe. HEX triplet: 16, 61 and 26. RGB value is (22,97,38). Sum of RGB (Red+Green+Blue) = 22+97+38=157 (20% of max value = 765). Red value is 22 (8.98% from 255 or 14.01% from 157); Green value is 97 (38.28% from 255 or 61.78% from 157); Blue value is 38 (15.23% from 255 or 24.20% from 157); Max value from RGB is 97 - color contains mainly: green. Hex color #166126 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #166126 is #E99ED9. Grayscale: #444444. Windows color (decimal): -15310554 or 2515222. OLE color: 2515222.

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

Color convert

RGB229738-
CMYK0.7700.610.62
HSL132.8º63.03%23.33%-
HSV(B)132.8º77.32%38.04%-
XYZ4.968.863.28-
YUV67.85111.1595.3-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 14.01%
GREEN value IS 97 (38.28% from 255) = 61.78%
BLUE value IS 38 (15.23% from 255) = 24.20%
R=14.01%
G=61.78%
B=24.20%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2297380.7700.610.62132.863.0323.33
Hex1661264D03D3E853f17
Octal2614146115075762057727
Binary101101100001100110100110101111011111101000010111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #166126

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #166126; }

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

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

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

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

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

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

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

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