Shades of Crusoe #156228
Tints of Crusoe #156228
RGB
CMYK
RGB Variations
Color information
#156228 (or 0x156228) is known color: Crusoe. HEX triplet: 15, 62 and 28. RGB value is (21,98,40). Sum of RGB (Red+Green+Blue) = 21+98+40=159 (21% of max value = 765). Red value is 21 (8.59% from 255 or 13.21% from 159); Green value is 98 (38.67% from 255 or 61.64% from 159); Blue value is 40 (16.02% from 255 or 25.16% from 159); Max value from RGB is 98 - color contains mainly: green. Hex color #156228 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #156228 is #EA9DD7. Grayscale: #444444. Windows color (decimal): -15375832 or 2646549. OLE color: 2646549.
HSL color Cylindrical-coordinate representation of color #156228: hue angle of 134.81º 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 #156228 is Cyan = 0.79, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 21 | 98 | 40 | - |
| CMYK | 0.79 | 0 | 0.59 | 0.62 |
| HSL | 134.81º | 0.65% | 0.23% | - |
| HSV(B) | 134.81º | 0.79% | 0.38% | - |
| XYZ | 5.06 | 9.05 | 3.49 | - |
| YUV | 68.37 | 111.99 | 94.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 98 | 40 | 0.79 | 0 | 0.59 | 0.62 | 134.81 | 0.65 | 0.23 |
| Hex | 15 | 62 | 28 | 4F | 0 | 3B | 3E | 87 | 41 | 17 |
| Octal | 25 | 142 | 50 | 117 | 0 | 73 | 76 | 207 | 101 | 27 |
| Binary | 10101 | 1100010 | 101000 | 1001111 | 0 | 111011 | 111110 | 10000111 | 1000001 | 10111 |
Color Harmonies of #156228
Complementary color
Monochromatic Colors of #156228
Black with #156228
Text Example
Text Example
White with #156228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #156228; }
p { color: rgb(21,98,40); }
H1.HeaderClassName
{
color: #156228;
}
.AnyTagClassName
{
color: #156228;
}
</style>
background-color css
<style>
a { background-color: #156228; }
a { background-color: rgb(21,98,40); }
div.DivClassName
{
background-color: #156228;
}
.BgClassName
{
background-color: #156228;
}
</style>
border-color css
<style>
span { border-color: #156228; }
span { border-color: rgb(21,98,40); }
td.TdClassName
{
border-color: #156228;
}
.TagClassName
{
border-color: #156228;
}
</style>