Shades of Crusoe #155921
Tints of Crusoe #155921
RGB
CMYK
RGB Variations
Color information
#155921 (or 0x155921) is known color: Crusoe. HEX triplet: 15, 59 and 21. RGB value is (21,89,33). Sum of RGB (Red+Green+Blue) = 21+89+33=143 (18% of max value = 765). Red value is 21 (8.59% from 255 or 14.69% from 143); Green value is 89 (35.16% from 255 or 62.24% from 143); Blue value is 33 (13.28% from 255 or 23.08% from 143); Max value from RGB is 89 - color contains mainly: green. Hex color #155921 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #155921 is #EAA6DE. Grayscale: #3E3E3E. Windows color (decimal): -15378143 or 2185493. OLE color: 2185493.
HSL color Cylindrical-coordinate representation of color #155921: hue angle of 130.59º degrees, saturation: 0.62, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #155921 is Cyan = 0.76, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 21 | 89 | 33 | - |
| CMYK | 0.76 | 0 | 0.63 | 0.65 |
| HSL | 130.59º | 0.62% | 0.22% | - |
| HSV(B) | 130.59º | 0.76% | 0.35% | - |
| XYZ | 4.16 | 7.41 | 2.65 | - |
| YUV | 62.28 | 111.47 | 98.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 89 | 33 | 0.76 | 0 | 0.63 | 0.65 | 130.59 | 0.62 | 0.22 |
| Hex | 15 | 59 | 21 | 4C | 0 | 3F | 41 | 83 | 3E | 16 |
| Octal | 25 | 131 | 41 | 114 | 0 | 77 | 101 | 203 | 76 | 26 |
| Binary | 10101 | 1011001 | 100001 | 1001100 | 0 | 111111 | 1000001 | 10000011 | 111110 | 10110 |
Color Harmonies of #155921
Complementary color
Monochromatic Colors of #155921
Black with #155921
Text Example
Text Example
White with #155921
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155921; }
p { color: rgb(21,89,33); }
H1.HeaderClassName
{
color: #155921;
}
.AnyTagClassName
{
color: #155921;
}
</style>
background-color css
<style>
a { background-color: #155921; }
a { background-color: rgb(21,89,33); }
div.DivClassName
{
background-color: #155921;
}
.BgClassName
{
background-color: #155921;
}
</style>
border-color css
<style>
span { border-color: #155921; }
span { border-color: rgb(21,89,33); }
td.TdClassName
{
border-color: #155921;
}
.TagClassName
{
border-color: #155921;
}
</style>