Shades of Crusoe #005A19
Tints of Crusoe #005A19
RGB
CMYK
RGB Variations
Color information
#005A19 (or 0x005A19) is known color: Crusoe. HEX triplet: 00, 5A and 19. RGB value is (0,90,25). Sum of RGB (Red+Green+Blue) = 0+90+25=115 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 115); Green value is 90 (35.55% from 255 or 78.26% from 115); Blue value is 25 (10.16% from 255 or 21.74% from 115); Max value from RGB is 90 - color contains mainly: green. Hex color #005A19 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #005A19 is #FFA5E6. Grayscale: #373737. Windows color (decimal): -16754151 or 1661440. OLE color: 1661440.
HSL color Cylindrical-coordinate representation of color #005A19: hue angle of 136.67º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005A19 is Cyan = 1, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 0 | 90 | 25 | - |
| CMYK | 1 | 0 | 0.72 | 0.65 |
| HSL | 136.67º | 1% | 0.18% | - |
| HSV(B) | 136.67º | 1% | 0.35% | - |
| XYZ | 3.83 | 7.38 | 2.14 | - |
| YUV | 55.68 | 110.68 | 88.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 90 | 25 | 1 | 0 | 0.72 | 0.65 | 136.67 | 1 | 0.18 |
| Hex | 0 | 5A | 19 | 64 | 0 | 48 | 41 | 89 | 64 | 12 |
| Octal | 0 | 132 | 31 | 144 | 0 | 110 | 101 | 211 | 144 | 22 |
| Binary | 0 | 1011010 | 11001 | 1100100 | 0 | 1001000 | 1000001 | 10001001 | 1100100 | 10010 |
Color Harmonies of #005A19
Complementary color
Monochromatic Colors of #005A19
Black with #005A19
Text Example
Text Example
White with #005A19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005A19; }
p { color: rgb(0,90,25); }
H1.HeaderClassName
{
color: #005A19;
}
.AnyTagClassName
{
color: #005A19;
}
</style>
background-color css
<style>
a { background-color: #005A19; }
a { background-color: rgb(0,90,25); }
div.DivClassName
{
background-color: #005A19;
}
.BgClassName
{
background-color: #005A19;
}
</style>
border-color css
<style>
span { border-color: #005A19; }
span { border-color: rgb(0,90,25); }
td.TdClassName
{
border-color: #005A19;
}
.TagClassName
{
border-color: #005A19;
}
</style>