Shades of Crusoe #156224
Tints of Crusoe #156224
RGB
CMYK
RGB Variations
Color information
#156224 (or 0x156224) is known color: Crusoe. HEX triplet: 15, 62 and 24. RGB value is (21,98,36). Sum of RGB (Red+Green+Blue) = 21+98+36=155 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.55% from 155); Green value is 98 (38.67% from 255 or 63.23% from 155); Blue value is 36 (14.45% from 255 or 23.23% from 155); Max value from RGB is 98 - color contains mainly: green. Hex color #156224 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #156224 is #EA9DDB. Grayscale: #444444. Windows color (decimal): -15375836 or 2384405. OLE color: 2384405.
HSL color Cylindrical-coordinate representation of color #156224: hue angle of 131.69º degrees, saturation: 0.65, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #156224 is Cyan = 0.79, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 21 | 98 | 36 | - |
| CMYK | 0.79 | 0 | 0.63 | 0.62 |
| HSL | 131.69º | 0.65% | 0.23% | - |
| HSV(B) | 131.69º | 0.79% | 0.38% | - |
| XYZ | 5 | 9.02 | 3.15 | - |
| YUV | 67.91 | 109.99 | 94.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 98 | 36 | 0.79 | 0 | 0.63 | 0.62 | 131.69 | 0.65 | 0.23 |
| Hex | 15 | 62 | 24 | 4F | 0 | 3F | 3E | 84 | 41 | 17 |
| Octal | 25 | 142 | 44 | 117 | 0 | 77 | 76 | 204 | 101 | 27 |
| Binary | 10101 | 1100010 | 100100 | 1001111 | 0 | 111111 | 111110 | 10000100 | 1000001 | 10111 |
Color Harmonies of #156224
Complementary color
Monochromatic Colors of #156224
Black with #156224
Text Example
Text Example
White with #156224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #156224; }
p { color: rgb(21,98,36); }
H1.HeaderClassName
{
color: #156224;
}
.AnyTagClassName
{
color: #156224;
}
</style>
background-color css
<style>
a { background-color: #156224; }
a { background-color: rgb(21,98,36); }
div.DivClassName
{
background-color: #156224;
}
.BgClassName
{
background-color: #156224;
}
</style>
border-color css
<style>
span { border-color: #156224; }
span { border-color: rgb(21,98,36); }
td.TdClassName
{
border-color: #156224;
}
.TagClassName
{
border-color: #156224;
}
</style>