Shades of Crusoe #165B24
Tints of Crusoe #165B24
RGB
CMYK
RGB Variations
Color information
#165B24 (or 0x165B24) is known color: Crusoe. HEX triplet: 16, 5B and 24. RGB value is (22,91,36). Sum of RGB (Red+Green+Blue) = 22+91+36=149 (19% of max value = 765). Red value is 22 (8.98% from 255 or 14.77% from 149); Green value is 91 (35.94% from 255 or 61.07% from 149); Blue value is 36 (14.45% from 255 or 24.16% from 149); Max value from RGB is 91 - color contains mainly: green. Hex color #165B24 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #165B24 is #E9A4DB. Grayscale: #404040. Windows color (decimal): -15312092 or 2382614. OLE color: 2382614.
HSL color Cylindrical-coordinate representation of color #165B24: hue angle of 132.17º degrees, saturation: 0.61, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #165B24 is Cyan = 0.76, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 22 | 91 | 36 | - |
| CMYK | 0.76 | 0 | 0.60 | 0.64 |
| HSL | 132.17º | 0.61% | 0.22% | - |
| HSV(B) | 132.17º | 0.76% | 0.36% | - |
| XYZ | 4.39 | 7.78 | 2.94 | - |
| YUV | 64.1 | 112.14 | 97.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 91 | 36 | 0.76 | 0 | 0.60 | 0.64 | 132.17 | 0.61 | 0.22 |
| Hex | 16 | 5B | 24 | 4C | 0 | 3C | 40 | 84 | 3D | 16 |
| Octal | 26 | 133 | 44 | 114 | 0 | 74 | 100 | 204 | 75 | 26 |
| Binary | 10110 | 1011011 | 100100 | 1001100 | 0 | 111100 | 1000000 | 10000100 | 111101 | 10110 |
Color Harmonies of #165B24
Complementary color
Monochromatic Colors of #165B24
Black with #165B24
Text Example
Text Example
White with #165B24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #165B24; }
p { color: rgb(22,91,36); }
H1.HeaderClassName
{
color: #165B24;
}
.AnyTagClassName
{
color: #165B24;
}
</style>
background-color css
<style>
a { background-color: #165B24; }
a { background-color: rgb(22,91,36); }
div.DivClassName
{
background-color: #165B24;
}
.BgClassName
{
background-color: #165B24;
}
</style>
border-color css
<style>
span { border-color: #165B24; }
span { border-color: rgb(22,91,36); }
td.TdClassName
{
border-color: #165B24;
}
.TagClassName
{
border-color: #165B24;
}
</style>