Shades of Crusoe #005915
Tints of Crusoe #005915
RGB
CMYK
RGB Variations
Color information
#005915 (or 0x005915) is known color: Crusoe. HEX triplet: 00, 59 and 15. RGB value is (0,89,21). Sum of RGB (Red+Green+Blue) = 0+89+21=110 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 110); Green value is 89 (35.16% from 255 or 80.91% from 110); Blue value is 21 (8.59% from 255 or 19.09% from 110); Max value from RGB is 89 - color contains mainly: green. Hex color #005915 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #005915 is #FFA6EA. Grayscale: #363636. Windows color (decimal): -16754411 or 1399040. OLE color: 1399040.
HSL color Cylindrical-coordinate representation of color #005915: hue angle of 134.16º 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 #005915 is Cyan = 1, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 0 | 89 | 21 | - |
| CMYK | 1 | 0 | 0.76 | 0.65 |
| HSL | 134.16º | 1% | 0.17% | - |
| HSV(B) | 134.16º | 1% | 0.35% | - |
| XYZ | 3.71 | 7.2 | 1.9 | - |
| YUV | 54.64 | 109.01 | 89.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 89 | 21 | 1 | 0 | 0.76 | 0.65 | 134.16 | 1 | 0.17 |
| Hex | 0 | 59 | 15 | 64 | 0 | 4C | 41 | 86 | 64 | 11 |
| Octal | 0 | 131 | 25 | 144 | 0 | 114 | 101 | 206 | 144 | 21 |
| Binary | 0 | 1011001 | 10101 | 1100100 | 0 | 1001100 | 1000001 | 10000110 | 1100100 | 10001 |
Color Harmonies of #005915
Complementary color
Monochromatic Colors of #005915
Black with #005915
Text Example
Text Example
White with #005915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005915; }
p { color: rgb(0,89,21); }
H1.HeaderClassName
{
color: #005915;
}
.AnyTagClassName
{
color: #005915;
}
</style>
background-color css
<style>
a { background-color: #005915; }
a { background-color: rgb(0,89,21); }
div.DivClassName
{
background-color: #005915;
}
.BgClassName
{
background-color: #005915;
}
</style>
border-color css
<style>
span { border-color: #005915; }
span { border-color: rgb(0,89,21); }
td.TdClassName
{
border-color: #005915;
}
.TagClassName
{
border-color: #005915;
}
</style>