Shades of Crusoe #165937
Tints of Crusoe #165937
RGB
CMYK
RGB Variations
Color information
#165937 (or 0x165937) is known color: Crusoe. HEX triplet: 16, 59 and 37. RGB value is (22,89,55). Sum of RGB (Red+Green+Blue) = 22+89+55=166 (21% of max value = 765). Red value is 22 (8.98% from 255 or 13.25% from 166); Green value is 89 (35.16% from 255 or 53.61% from 166); Blue value is 55 (21.88% from 255 or 33.13% from 166); Max value from RGB is 89 - color contains mainly: green. Hex color #165937 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #165937 is #E9A6C8. Grayscale: #414141. Windows color (decimal): -15312585 or 3627286. OLE color: 3627286.
HSL color Cylindrical-coordinate representation of color #165937: hue angle of 149.55º degrees, saturation: 0.6, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #165937 is Cyan = 0.75, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 22 | 89 | 55 | - |
| CMYK | 0.75 | 0 | 0.38 | 0.65 |
| HSL | 149.55º | 0.6% | 0.22% | - |
| HSV(B) | 149.55º | 0.75% | 0.35% | - |
| XYZ | 4.59 | 7.59 | 4.84 | - |
| YUV | 65.09 | 122.3 | 97.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 89 | 55 | 0.75 | 0 | 0.38 | 0.65 | 149.55 | 0.6 | 0.22 |
| Hex | 16 | 59 | 37 | 4B | 0 | 26 | 41 | 96 | 3C | 16 |
| Octal | 26 | 131 | 67 | 113 | 0 | 46 | 101 | 226 | 74 | 26 |
| Binary | 10110 | 1011001 | 110111 | 1001011 | 0 | 100110 | 1000001 | 10010110 | 111100 | 10110 |
Color Harmonies of #165937
Complementary color
Monochromatic Colors of #165937
Black with #165937
Text Example
Text Example
White with #165937
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #165937; }
p { color: rgb(22,89,55); }
H1.HeaderClassName
{
color: #165937;
}
.AnyTagClassName
{
color: #165937;
}
</style>
background-color css
<style>
a { background-color: #165937; }
a { background-color: rgb(22,89,55); }
div.DivClassName
{
background-color: #165937;
}
.BgClassName
{
background-color: #165937;
}
</style>
border-color css
<style>
span { border-color: #165937; }
span { border-color: rgb(22,89,55); }
td.TdClassName
{
border-color: #165937;
}
.TagClassName
{
border-color: #165937;
}
</style>