Shades of Crusoe #155836
Tints of Crusoe #155836
RGB
CMYK
RGB Variations
Color information
#155836 (or 0x155836) is known color: Crusoe. HEX triplet: 15, 58 and 36. RGB value is (21,88,54). Sum of RGB (Red+Green+Blue) = 21+88+54=163 (21% of max value = 765). Red value is 21 (8.59% from 255 or 12.88% from 163); Green value is 88 (34.77% from 255 or 53.99% from 163); Blue value is 54 (21.48% from 255 or 33.13% from 163); Max value from RGB is 88 - color contains mainly: green. Hex color #155836 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #155836 is #EAA7C9. Grayscale: #404040. Windows color (decimal): -15378378 or 3561493. OLE color: 3561493.
HSL color Cylindrical-coordinate representation of color #155836: hue angle of 149.55º degrees, saturation: 0.61, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #155836 is Cyan = 0.76, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 21 | 88 | 54 | - |
| CMYK | 0.76 | 0 | 0.39 | 0.65 |
| HSL | 149.55º | 0.61% | 0.21% | - |
| HSV(B) | 149.55º | 0.76% | 0.35% | - |
| XYZ | 4.46 | 7.41 | 4.68 | - |
| YUV | 64.09 | 122.3 | 97.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 88 | 54 | 0.76 | 0 | 0.39 | 0.65 | 149.55 | 0.61 | 0.21 |
| Hex | 15 | 58 | 36 | 4C | 0 | 27 | 41 | 96 | 3D | 15 |
| Octal | 25 | 130 | 66 | 114 | 0 | 47 | 101 | 226 | 75 | 25 |
| Binary | 10101 | 1011000 | 110110 | 1001100 | 0 | 100111 | 1000001 | 10010110 | 111101 | 10101 |
Color Harmonies of #155836
Complementary color
Monochromatic Colors of #155836
Black with #155836
Text Example
Text Example
White with #155836
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155836; }
p { color: rgb(21,88,54); }
H1.HeaderClassName
{
color: #155836;
}
.AnyTagClassName
{
color: #155836;
}
</style>
background-color css
<style>
a { background-color: #155836; }
a { background-color: rgb(21,88,54); }
div.DivClassName
{
background-color: #155836;
}
.BgClassName
{
background-color: #155836;
}
</style>
border-color css
<style>
span { border-color: #155836; }
span { border-color: rgb(21,88,54); }
td.TdClassName
{
border-color: #155836;
}
.TagClassName
{
border-color: #155836;
}
</style>