Shades of Crusoe #005820
Tints of Crusoe #005820
RGB
CMYK
RGB Variations
Color information
#005820 (or 0x005820) is known color: Crusoe. HEX triplet: 00, 58 and 20. RGB value is (0,88,32). Sum of RGB (Red+Green+Blue) = 0+88+32=120 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 120); Green value is 88 (34.77% from 255 or 73.33% from 120); Blue value is 32 (12.89% from 255 or 26.67% from 120); Max value from RGB is 88 - color contains mainly: green. Hex color #005820 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #005820 is #FFA7DF. Grayscale: #373737. Windows color (decimal): -16754656 or 2119680. OLE color: 2119680.
HSL color Cylindrical-coordinate representation of color #005820: hue angle of 141.82º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005820 is Cyan = 1, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 0 | 88 | 32 | - |
| CMYK | 1 | 0 | 0.64 | 0.65 |
| HSL | 141.82º | 1% | 0.17% | - |
| HSV(B) | 141.82º | 1% | 0.35% | - |
| XYZ | 3.75 | 7.08 | 2.54 | - |
| YUV | 55.3 | 114.85 | 88.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 88 | 32 | 1 | 0 | 0.64 | 0.65 | 141.82 | 1 | 0.17 |
| Hex | 0 | 58 | 20 | 64 | 0 | 40 | 41 | 8E | 64 | 11 |
| Octal | 0 | 130 | 40 | 144 | 0 | 100 | 101 | 216 | 144 | 21 |
| Binary | 0 | 1011000 | 100000 | 1100100 | 0 | 1000000 | 1000001 | 10001110 | 1100100 | 10001 |
Color Harmonies of #005820
Complementary color
Monochromatic Colors of #005820
Black with #005820
Text Example
Text Example
White with #005820
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005820; }
p { color: rgb(0,88,32); }
H1.HeaderClassName
{
color: #005820;
}
.AnyTagClassName
{
color: #005820;
}
</style>
background-color css
<style>
a { background-color: #005820; }
a { background-color: rgb(0,88,32); }
div.DivClassName
{
background-color: #005820;
}
.BgClassName
{
background-color: #005820;
}
</style>
border-color css
<style>
span { border-color: #005820; }
span { border-color: rgb(0,88,32); }
td.TdClassName
{
border-color: #005820;
}
.TagClassName
{
border-color: #005820;
}
</style>