Shades of Crusoe #005928
Tints of Crusoe #005928
RGB
CMYK
RGB Variations
Color information
#005928 (or 0x005928) is known color: Crusoe. HEX triplet: 00, 59 and 28. RGB value is (0,89,40). Sum of RGB (Red+Green+Blue) = 0+89+40=129 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 129); Green value is 89 (35.16% from 255 or 68.99% from 129); Blue value is 40 (16.02% from 255 or 31.01% from 129); Max value from RGB is 89 - color contains mainly: green. Hex color #005928 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #005928 is #FFA6D7. Grayscale: #383838. Windows color (decimal): -16754392 or 2644224. OLE color: 2644224.
HSL color Cylindrical-coordinate representation of color #005928: hue angle of 146.97º 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 #005928 is Cyan = 1, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 0 | 89 | 40 | - |
| CMYK | 1 | 0 | 0.55 | 0.65 |
| HSL | 146.97º | 1% | 0.17% | - |
| HSV(B) | 146.97º | 1% | 0.35% | - |
| XYZ | 3.96 | 7.3 | 3.21 | - |
| YUV | 56.8 | 118.51 | 87.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 89 | 40 | 1 | 0 | 0.55 | 0.65 | 146.97 | 1 | 0.17 |
| Hex | 0 | 59 | 28 | 64 | 0 | 37 | 41 | 93 | 64 | 11 |
| Octal | 0 | 131 | 50 | 144 | 0 | 67 | 101 | 223 | 144 | 21 |
| Binary | 0 | 1011001 | 101000 | 1100100 | 0 | 110111 | 1000001 | 10010011 | 1100100 | 10001 |
Color Harmonies of #005928
Complementary color
Monochromatic Colors of #005928
Black with #005928
Text Example
Text Example
White with #005928
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005928; }
p { color: rgb(0,89,40); }
H1.HeaderClassName
{
color: #005928;
}
.AnyTagClassName
{
color: #005928;
}
</style>
background-color css
<style>
a { background-color: #005928; }
a { background-color: rgb(0,89,40); }
div.DivClassName
{
background-color: #005928;
}
.BgClassName
{
background-color: #005928;
}
</style>
border-color css
<style>
span { border-color: #005928; }
span { border-color: rgb(0,89,40); }
td.TdClassName
{
border-color: #005928;
}
.TagClassName
{
border-color: #005928;
}
</style>