Shades of Crusoe #155820
Tints of Crusoe #155820
RGB
CMYK
RGB Variations
Color information
#155820 (or 0x155820) is known color: Crusoe. HEX triplet: 15, 58 and 20. RGB value is (21,88,32). Sum of RGB (Red+Green+Blue) = 21+88+32=141 (18% of max value = 765). Red value is 21 (8.59% from 255 or 14.89% from 141); Green value is 88 (34.77% from 255 or 62.41% from 141); Blue value is 32 (12.89% from 255 or 22.70% from 141); Max value from RGB is 88 - color contains mainly: green. Hex color #155820 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #155820 is #EAA7DF. Grayscale: #3D3D3D. Windows color (decimal): -15378400 or 2119701. OLE color: 2119701.
HSL color Cylindrical-coordinate representation of color #155820: hue angle of 129.85º 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 #155820 is Cyan = 0.76, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 21 | 88 | 32 | - |
| CMYK | 0.76 | 0 | 0.64 | 0.65 |
| HSL | 129.85º | 0.61% | 0.21% | - |
| HSV(B) | 129.85º | 0.76% | 0.35% | - |
| XYZ | 4.06 | 7.24 | 2.55 | - |
| YUV | 61.58 | 111.3 | 99.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 88 | 32 | 0.76 | 0 | 0.64 | 0.65 | 129.85 | 0.61 | 0.21 |
| Hex | 15 | 58 | 20 | 4C | 0 | 40 | 41 | 82 | 3D | 15 |
| Octal | 25 | 130 | 40 | 114 | 0 | 100 | 101 | 202 | 75 | 25 |
| Binary | 10101 | 1011000 | 100000 | 1001100 | 0 | 1000000 | 1000001 | 10000010 | 111101 | 10101 |
Color Harmonies of #155820
Complementary color
Monochromatic Colors of #155820
Black with #155820
Text Example
Text Example
White with #155820
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155820; }
p { color: rgb(21,88,32); }
H1.HeaderClassName
{
color: #155820;
}
.AnyTagClassName
{
color: #155820;
}
</style>
background-color css
<style>
a { background-color: #155820; }
a { background-color: rgb(21,88,32); }
div.DivClassName
{
background-color: #155820;
}
.BgClassName
{
background-color: #155820;
}
</style>
border-color css
<style>
span { border-color: #155820; }
span { border-color: rgb(21,88,32); }
td.TdClassName
{
border-color: #155820;
}
.TagClassName
{
border-color: #155820;
}
</style>