Shades of Crusoe #005910
Tints of Crusoe #005910
RGB
CMYK
RGB Variations
Color information
#005910 (or 0x005910) is known color: Crusoe. HEX triplet: 00, 59 and 10. RGB value is (0,89,16). Sum of RGB (Red+Green+Blue) = 0+89+16=105 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 105); Green value is 89 (35.16% from 255 or 84.76% from 105); Blue value is 16 (6.64% from 255 or 15.24% from 105); Max value from RGB is 89 - color contains mainly: green. Hex color #005910 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #005910 is #FFA6EF. Grayscale: #363636. Windows color (decimal): -16754416 or 1071360. OLE color: 1071360.
HSL color Cylindrical-coordinate representation of color #005910: hue angle of 130.79º 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 #005910 is Cyan = 1, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 0 | 89 | 16 | - |
| CMYK | 1 | 0 | 0.82 | 0.65 |
| HSL | 130.79º | 1% | 0.17% | - |
| HSV(B) | 130.79º | 1% | 0.35% | - |
| XYZ | 3.67 | 7.18 | 1.68 | - |
| YUV | 54.07 | 106.51 | 89.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 89 | 16 | 1 | 0 | 0.82 | 0.65 | 130.79 | 1 | 0.17 |
| Hex | 0 | 59 | 10 | 64 | 0 | 52 | 41 | 83 | 64 | 11 |
| Octal | 0 | 131 | 20 | 144 | 0 | 122 | 101 | 203 | 144 | 21 |
| Binary | 0 | 1011001 | 10000 | 1100100 | 0 | 1010010 | 1000001 | 10000011 | 1100100 | 10001 |
Color Harmonies of #005910
Complementary color
Monochromatic Colors of #005910
Black with #005910
Text Example
Text Example
White with #005910
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005910; }
p { color: rgb(0,89,16); }
H1.HeaderClassName
{
color: #005910;
}
.AnyTagClassName
{
color: #005910;
}
</style>
background-color css
<style>
a { background-color: #005910; }
a { background-color: rgb(0,89,16); }
div.DivClassName
{
background-color: #005910;
}
.BgClassName
{
background-color: #005910;
}
</style>
border-color css
<style>
span { border-color: #005910; }
span { border-color: rgb(0,89,16); }
td.TdClassName
{
border-color: #005910;
}
.TagClassName
{
border-color: #005910;
}
</style>