Shades of Crusoe #166128
Tints of Crusoe #166128
RGB
CMYK
RGB Variations
Color information
#166128 (or 0x166128) is known color: Crusoe. HEX triplet: 16, 61 and 28. RGB value is (22,97,40). Sum of RGB (Red+Green+Blue) = 22+97+40=159 (21% of max value = 765). Red value is 22 (8.98% from 255 or 13.84% from 159); Green value is 97 (38.28% from 255 or 61.01% from 159); Blue value is 40 (16.02% from 255 or 25.16% from 159); Max value from RGB is 97 - color contains mainly: green. Hex color #166128 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #166128 is #E99ED7. Grayscale: #444444. Windows color (decimal): -15310552 or 2646294. OLE color: 2646294.
HSL color Cylindrical-coordinate representation of color #166128: hue angle of 134.4º 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 #166128 is Cyan = 0.77, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 22 | 97 | 40 | - |
| CMYK | 0.77 | 0 | 0.59 | 0.62 |
| HSL | 134.4º | 0.63% | 0.23% | - |
| HSV(B) | 134.4º | 0.77% | 0.38% | - |
| XYZ | 4.99 | 8.87 | 3.46 | - |
| YUV | 68.08 | 112.15 | 95.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 97 | 40 | 0.77 | 0 | 0.59 | 0.62 | 134.4 | 0.63 | 0.23 |
| Hex | 16 | 61 | 28 | 4D | 0 | 3B | 3E | 86 | 3F | 17 |
| Octal | 26 | 141 | 50 | 115 | 0 | 73 | 76 | 206 | 77 | 27 |
| Binary | 10110 | 1100001 | 101000 | 1001101 | 0 | 111011 | 111110 | 10000110 | 111111 | 10111 |
Color Harmonies of #166128
Complementary color
Monochromatic Colors of #166128
Black with #166128
Text Example
Text Example
White with #166128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #166128; }
p { color: rgb(22,97,40); }
H1.HeaderClassName
{
color: #166128;
}
.AnyTagClassName
{
color: #166128;
}
</style>
background-color css
<style>
a { background-color: #166128; }
a { background-color: rgb(22,97,40); }
div.DivClassName
{
background-color: #166128;
}
.BgClassName
{
background-color: #166128;
}
</style>
border-color css
<style>
span { border-color: #166128; }
span { border-color: rgb(22,97,40); }
td.TdClassName
{
border-color: #166128;
}
.TagClassName
{
border-color: #166128;
}
</style>