Shades of Crusoe #005930
Tints of Crusoe #005930
RGB
CMYK
RGB Variations
Color information
#005930 (or 0x005930) is known color: Crusoe. HEX triplet: 00, 59 and 30. RGB value is (0,89,48). Sum of RGB (Red+Green+Blue) = 0+89+48=137 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 137); Green value is 89 (35.16% from 255 or 64.96% from 137); Blue value is 48 (19.14% from 255 or 35.04% from 137); Max value from RGB is 89 - color contains mainly: green. Hex color #005930 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #005930 is #FFA6CF. Grayscale: #393939. Windows color (decimal): -16754384 or 3168512. OLE color: 3168512.
HSL color Cylindrical-coordinate representation of color #005930: hue angle of 152.36º 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 #005930 is Cyan = 1, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 0 | 89 | 48 | - |
| CMYK | 1 | 0 | 0.46 | 0.65 |
| HSL | 152.36º | 1% | 0.17% | - |
| HSV(B) | 152.36º | 1% | 0.35% | - |
| XYZ | 4.11 | 7.36 | 4 | - |
| YUV | 57.72 | 122.51 | 86.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 89 | 48 | 1 | 0 | 0.46 | 0.65 | 152.36 | 1 | 0.17 |
| Hex | 0 | 59 | 30 | 64 | 0 | 2E | 41 | 98 | 64 | 11 |
| Octal | 0 | 131 | 60 | 144 | 0 | 56 | 101 | 230 | 144 | 21 |
| Binary | 0 | 1011001 | 110000 | 1100100 | 0 | 101110 | 1000001 | 10011000 | 1100100 | 10001 |
Color Harmonies of #005930
Complementary color
Monochromatic Colors of #005930
Black with #005930
Text Example
Text Example
White with #005930
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005930; }
p { color: rgb(0,89,48); }
H1.HeaderClassName
{
color: #005930;
}
.AnyTagClassName
{
color: #005930;
}
</style>
background-color css
<style>
a { background-color: #005930; }
a { background-color: rgb(0,89,48); }
div.DivClassName
{
background-color: #005930;
}
.BgClassName
{
background-color: #005930;
}
</style>
border-color css
<style>
span { border-color: #005930; }
span { border-color: rgb(0,89,48); }
td.TdClassName
{
border-color: #005930;
}
.TagClassName
{
border-color: #005930;
}
</style>