Shades of Crusoe #006019
Tints of Crusoe #006019
RGB
CMYK
RGB Variations
Color information
#006019 (or 0x006019) is known color: Crusoe. HEX triplet: 00, 60 and 19. RGB value is (0,96,25). Sum of RGB (Red+Green+Blue) = 0+96+25=121 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 121); Green value is 96 (37.89% from 255 or 79.34% from 121); Blue value is 25 (10.16% from 255 or 20.66% from 121); Max value from RGB is 96 - color contains mainly: green. Hex color #006019 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #006019 is #FF9FE6. Grayscale: #3B3B3B. Windows color (decimal): -16752615 or 1662976. OLE color: 1662976.
HSL color Cylindrical-coordinate representation of color #006019: hue angle of 135.62º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006019 is Cyan = 1, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 0 | 96 | 25 | - |
| CMYK | 1 | 0 | 0.74 | 0.62 |
| HSL | 135.63º | 1% | 0.19% | - |
| HSV(B) | 135.63º | 1% | 0.38% | - |
| XYZ | 4.36 | 8.44 | 2.32 | - |
| YUV | 59.2 | 108.7 | 85.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 96 | 25 | 1 | 0 | 0.74 | 0.62 | 135.63 | 1 | 0.19 |
| Hex | 0 | 60 | 19 | 64 | 0 | 4A | 3E | 88 | 64 | 13 |
| Octal | 0 | 140 | 31 | 144 | 0 | 112 | 76 | 210 | 144 | 23 |
| Binary | 0 | 1100000 | 11001 | 1100100 | 0 | 1001010 | 111110 | 10001000 | 1100100 | 10011 |
Color Harmonies of #006019
Complementary color
Monochromatic Colors of #006019
Black with #006019
Text Example
Text Example
White with #006019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006019; }
p { color: rgb(0,96,25); }
H1.HeaderClassName
{
color: #006019;
}
.AnyTagClassName
{
color: #006019;
}
</style>
background-color css
<style>
a { background-color: #006019; }
a { background-color: rgb(0,96,25); }
div.DivClassName
{
background-color: #006019;
}
.BgClassName
{
background-color: #006019;
}
</style>
border-color css
<style>
span { border-color: #006019; }
span { border-color: rgb(0,96,25); }
td.TdClassName
{
border-color: #006019;
}
.TagClassName
{
border-color: #006019;
}
</style>