Shades of Crusoe #156234
Tints of Crusoe #156234
RGB
CMYK
RGB Variations
Color information
#156234 (or 0x156234) is known color: Crusoe. HEX triplet: 15, 62 and 34. RGB value is (21,98,52). Sum of RGB (Red+Green+Blue) = 21+98+52=171 (22% of max value = 765). Red value is 21 (8.59% from 255 or 12.28% from 171); Green value is 98 (38.67% from 255 or 57.31% from 171); Blue value is 52 (20.70% from 255 or 30.41% from 171); Max value from RGB is 98 - color contains mainly: green. Hex color #156234 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #156234 is #EA9DCB. Grayscale: #454545. Windows color (decimal): -15375820 or 3432981. OLE color: 3432981.
HSL color Cylindrical-coordinate representation of color #156234: hue angle of 144.16º 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 #156234 is Cyan = 0.79, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 21 | 98 | 52 | - |
| CMYK | 0.79 | 0 | 0.47 | 0.62 |
| HSL | 144.16º | 0.65% | 0.23% | - |
| HSV(B) | 144.16º | 0.79% | 0.38% | - |
| XYZ | 5.3 | 9.14 | 4.73 | - |
| YUV | 69.73 | 117.99 | 93.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 98 | 52 | 0.79 | 0 | 0.47 | 0.62 | 144.16 | 0.65 | 0.23 |
| Hex | 15 | 62 | 34 | 4F | 0 | 2F | 3E | 90 | 41 | 17 |
| Octal | 25 | 142 | 64 | 117 | 0 | 57 | 76 | 220 | 101 | 27 |
| Binary | 10101 | 1100010 | 110100 | 1001111 | 0 | 101111 | 111110 | 10010000 | 1000001 | 10111 |
Color Harmonies of #156234
Complementary color
Monochromatic Colors of #156234
Black with #156234
Text Example
Text Example
White with #156234
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #156234; }
p { color: rgb(21,98,52); }
H1.HeaderClassName
{
color: #156234;
}
.AnyTagClassName
{
color: #156234;
}
</style>
background-color css
<style>
a { background-color: #156234; }
a { background-color: rgb(21,98,52); }
div.DivClassName
{
background-color: #156234;
}
.BgClassName
{
background-color: #156234;
}
</style>
border-color css
<style>
span { border-color: #156234; }
span { border-color: rgb(21,98,52); }
td.TdClassName
{
border-color: #156234;
}
.TagClassName
{
border-color: #156234;
}
</style>