Shades of Crusoe #165824
Tints of Crusoe #165824
RGB
CMYK
RGB Variations
Color information
#165824 (or 0x165824) is known color: Crusoe. HEX triplet: 16, 58 and 24. RGB value is (22,88,36). Sum of RGB (Red+Green+Blue) = 22+88+36=146 (19% of max value = 765). Red value is 22 (8.98% from 255 or 15.07% from 146); Green value is 88 (34.77% from 255 or 60.27% from 146); Blue value is 36 (14.45% from 255 or 24.66% from 146); Max value from RGB is 88 - color contains mainly: green. Hex color #165824 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #165824 is #E9A7DB. Grayscale: #3E3E3E. Windows color (decimal): -15312860 or 2381846. OLE color: 2381846.
HSL color Cylindrical-coordinate representation of color #165824: hue angle of 132.73º 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 #165824 is Cyan = 0.75, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 22 | 88 | 36 | - |
| CMYK | 0.75 | 0 | 0.59 | 0.65 |
| HSL | 132.73º | 0.6% | 0.22% | - |
| HSV(B) | 132.73º | 0.75% | 0.35% | - |
| XYZ | 4.14 | 7.28 | 2.86 | - |
| YUV | 62.34 | 113.13 | 99.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 88 | 36 | 0.75 | 0 | 0.59 | 0.65 | 132.73 | 0.6 | 0.22 |
| Hex | 16 | 58 | 24 | 4B | 0 | 3B | 41 | 85 | 3C | 16 |
| Octal | 26 | 130 | 44 | 113 | 0 | 73 | 101 | 205 | 74 | 26 |
| Binary | 10110 | 1011000 | 100100 | 1001011 | 0 | 111011 | 1000001 | 10000101 | 111100 | 10110 |
Color Harmonies of #165824
Complementary color
Monochromatic Colors of #165824
Black with #165824
Text Example
Text Example
White with #165824
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #165824; }
p { color: rgb(22,88,36); }
H1.HeaderClassName
{
color: #165824;
}
.AnyTagClassName
{
color: #165824;
}
</style>
background-color css
<style>
a { background-color: #165824; }
a { background-color: rgb(22,88,36); }
div.DivClassName
{
background-color: #165824;
}
.BgClassName
{
background-color: #165824;
}
</style>
border-color css
<style>
span { border-color: #165824; }
span { border-color: rgb(22,88,36); }
td.TdClassName
{
border-color: #165824;
}
.TagClassName
{
border-color: #165824;
}
</style>