Shades of Crusoe #156221
Tints of Crusoe #156221
RGB
CMYK
RGB Variations
Color information
#156221 (or 0x156221) is known color: Crusoe. HEX triplet: 15, 62 and 21. RGB value is (21,98,33). Sum of RGB (Red+Green+Blue) = 21+98+33=152 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.82% from 152); Green value is 98 (38.67% from 255 or 64.47% from 152); Blue value is 33 (13.28% from 255 or 21.71% from 152); Max value from RGB is 98 - color contains mainly: green. Hex color #156221 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #156221 is #EA9DDE. Grayscale: #434343. Windows color (decimal): -15375839 or 2187797. OLE color: 2187797.
HSL color Cylindrical-coordinate representation of color #156221: hue angle of 129.35º 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 #156221 is Cyan = 0.79, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 21 | 98 | 33 | - |
| CMYK | 0.79 | 0 | 0.66 | 0.62 |
| HSL | 129.35º | 0.65% | 0.23% | - |
| HSV(B) | 129.35º | 0.79% | 0.38% | - |
| XYZ | 4.95 | 9 | 2.92 | - |
| YUV | 67.57 | 108.49 | 94.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 98 | 33 | 0.79 | 0 | 0.66 | 0.62 | 129.35 | 0.65 | 0.23 |
| Hex | 15 | 62 | 21 | 4F | 0 | 42 | 3E | 81 | 41 | 17 |
| Octal | 25 | 142 | 41 | 117 | 0 | 102 | 76 | 201 | 101 | 27 |
| Binary | 10101 | 1100010 | 100001 | 1001111 | 0 | 1000010 | 111110 | 10000001 | 1000001 | 10111 |
Color Harmonies of #156221
Complementary color
Monochromatic Colors of #156221
Black with #156221
Text Example
Text Example
White with #156221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #156221; }
p { color: rgb(21,98,33); }
H1.HeaderClassName
{
color: #156221;
}
.AnyTagClassName
{
color: #156221;
}
</style>
background-color css
<style>
a { background-color: #156221; }
a { background-color: rgb(21,98,33); }
div.DivClassName
{
background-color: #156221;
}
.BgClassName
{
background-color: #156221;
}
</style>
border-color css
<style>
span { border-color: #156221; }
span { border-color: rgb(21,98,33); }
td.TdClassName
{
border-color: #156221;
}
.TagClassName
{
border-color: #156221;
}
</style>