Shades of Crusoe #166424
Tints of Crusoe #166424
RGB
CMYK
RGB Variations
Color information
#166424 (or 0x166424) is known color: Crusoe. HEX triplet: 16, 64 and 24. RGB value is (22,100,36). Sum of RGB (Red+Green+Blue) = 22+100+36=158 (20% of max value = 765). Red value is 22 (8.98% from 255 or 13.92% from 158); Green value is 100 (39.45% from 255 or 63.29% from 158); Blue value is 36 (14.45% from 255 or 22.78% from 158); Max value from RGB is 100 - color contains mainly: green. Hex color #166424 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #166424 is #E99BDB. Grayscale: #454545. Windows color (decimal): -15309788 or 2384918. OLE color: 2384918.
HSL color Cylindrical-coordinate representation of color #166424: hue angle of 130.77º degrees, saturation: 0.64, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #166424 is Cyan = 0.78, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 22 | 100 | 36 | - |
| CMYK | 0.78 | 0 | 0.64 | 0.61 |
| HSL | 130.77º | 0.64% | 0.24% | - |
| HSV(B) | 130.77º | 0.78% | 0.39% | - |
| XYZ | 5.21 | 9.41 | 3.21 | - |
| YUV | 69.38 | 109.16 | 94.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 100 | 36 | 0.78 | 0 | 0.64 | 0.61 | 130.77 | 0.64 | 0.24 |
| Hex | 16 | 64 | 24 | 4E | 0 | 40 | 3D | 83 | 40 | 18 |
| Octal | 26 | 144 | 44 | 116 | 0 | 100 | 75 | 203 | 100 | 30 |
| Binary | 10110 | 1100100 | 100100 | 1001110 | 0 | 1000000 | 111101 | 10000011 | 1000000 | 11000 |
Color Harmonies of #166424
Complementary color
Monochromatic Colors of #166424
Black with #166424
Text Example
Text Example
White with #166424
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #166424; }
p { color: rgb(22,100,36); }
H1.HeaderClassName
{
color: #166424;
}
.AnyTagClassName
{
color: #166424;
}
</style>
background-color css
<style>
a { background-color: #166424; }
a { background-color: rgb(22,100,36); }
div.DivClassName
{
background-color: #166424;
}
.BgClassName
{
background-color: #166424;
}
</style>
border-color css
<style>
span { border-color: #166424; }
span { border-color: rgb(22,100,36); }
td.TdClassName
{
border-color: #166424;
}
.TagClassName
{
border-color: #166424;
}
</style>