Shades of Crusoe #165E20
Tints of Crusoe #165E20
RGB
CMYK
RGB Variations
Color information
#165E20 (or 0x165E20) is known color: Crusoe. HEX triplet: 16, 5E and 20. RGB value is (22,94,32). Sum of RGB (Red+Green+Blue) = 22+94+32=148 (19% of max value = 765). Red value is 22 (8.98% from 255 or 14.86% from 148); Green value is 94 (37.11% from 255 or 63.51% from 148); Blue value is 32 (12.89% from 255 or 21.62% from 148); Max value from RGB is 94 - color contains mainly: green. Hex color #165E20 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #165E20 is #E9A1DF. Grayscale: #414141. Windows color (decimal): -15311328 or 2121238. OLE color: 2121238.
HSL color Cylindrical-coordinate representation of color #165E20: hue angle of 128.33º degrees, saturation: 0.62, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #165E20 is Cyan = 0.77, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 22 | 94 | 32 | - |
| CMYK | 0.77 | 0 | 0.66 | 0.63 |
| HSL | 128.33º | 0.62% | 0.23% | - |
| HSV(B) | 128.33º | 0.77% | 0.37% | - |
| XYZ | 4.59 | 8.28 | 2.72 | - |
| YUV | 65.4 | 109.15 | 97.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 94 | 32 | 0.77 | 0 | 0.66 | 0.63 | 128.33 | 0.62 | 0.23 |
| Hex | 16 | 5E | 20 | 4D | 0 | 42 | 3F | 80 | 3E | 17 |
| Octal | 26 | 136 | 40 | 115 | 0 | 102 | 77 | 200 | 76 | 27 |
| Binary | 10110 | 1011110 | 100000 | 1001101 | 0 | 1000010 | 111111 | 10000000 | 111110 | 10111 |
Color Harmonies of #165E20
Complementary color
Monochromatic Colors of #165E20
Black with #165E20
Text Example
Text Example
White with #165E20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #165E20; }
p { color: rgb(22,94,32); }
H1.HeaderClassName
{
color: #165E20;
}
.AnyTagClassName
{
color: #165E20;
}
</style>
background-color css
<style>
a { background-color: #165E20; }
a { background-color: rgb(22,94,32); }
div.DivClassName
{
background-color: #165E20;
}
.BgClassName
{
background-color: #165E20;
}
</style>
border-color css
<style>
span { border-color: #165E20; }
span { border-color: rgb(22,94,32); }
td.TdClassName
{
border-color: #165E20;
}
.TagClassName
{
border-color: #165E20;
}
</style>