Shades of Crusoe #165E37
Tints of Crusoe #165E37
RGB
CMYK
RGB Variations
Color information
#165E37 (or 0x165E37) is known color: Crusoe. HEX triplet: 16, 5E and 37. RGB value is (22,94,55). Sum of RGB (Red+Green+Blue) = 22+94+55=171 (22% of max value = 765). Red value is 22 (8.98% from 255 or 12.87% from 171); Green value is 94 (37.11% from 255 or 54.97% from 171); Blue value is 55 (21.88% from 255 or 32.16% from 171); Max value from RGB is 94 - color contains mainly: green. Hex color #165E37 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #165E37 is #E9A1C8. Grayscale: #444444. Windows color (decimal): -15311305 or 3628566. OLE color: 3628566.
HSL color Cylindrical-coordinate representation of color #165E37: hue angle of 147.5º 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 #165E37 is Cyan = 0.77, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 22 | 94 | 55 | - |
| CMYK | 0.77 | 0 | 0.41 | 0.63 |
| HSL | 147.5º | 0.62% | 0.23% | - |
| HSV(B) | 147.5º | 0.77% | 0.37% | - |
| XYZ | 5.02 | 8.45 | 4.98 | - |
| YUV | 68.03 | 120.65 | 95.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 94 | 55 | 0.77 | 0 | 0.41 | 0.63 | 147.5 | 0.62 | 0.23 |
| Hex | 16 | 5E | 37 | 4D | 0 | 29 | 3F | 94 | 3E | 17 |
| Octal | 26 | 136 | 67 | 115 | 0 | 51 | 77 | 224 | 76 | 27 |
| Binary | 10110 | 1011110 | 110111 | 1001101 | 0 | 101001 | 111111 | 10010100 | 111110 | 10111 |
Color Harmonies of #165E37
Complementary color
Monochromatic Colors of #165E37
Black with #165E37
Text Example
Text Example
White with #165E37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #165E37; }
p { color: rgb(22,94,55); }
H1.HeaderClassName
{
color: #165E37;
}
.AnyTagClassName
{
color: #165E37;
}
</style>
background-color css
<style>
a { background-color: #165E37; }
a { background-color: rgb(22,94,55); }
div.DivClassName
{
background-color: #165E37;
}
.BgClassName
{
background-color: #165E37;
}
</style>
border-color css
<style>
span { border-color: #165E37; }
span { border-color: rgb(22,94,55); }
td.TdClassName
{
border-color: #165E37;
}
.TagClassName
{
border-color: #165E37;
}
</style>