Shades of Crusoe #016519
Tints of Crusoe #016519
RGB
CMYK
RGB Variations
Color information
#016519 (or 0x016519) is known color: Crusoe. HEX triplet: 01, 65 and 19. RGB value is (1,101,25). Sum of RGB (Red+Green+Blue) = 1+101+25=127 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.79% from 127); Green value is 101 (39.84% from 255 or 79.53% from 127); Blue value is 25 (10.16% from 255 or 19.69% from 127); Max value from RGB is 101 - color contains mainly: green. Hex color #016519 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #016519 is #FE9AE6. Grayscale: #3E3E3E. Windows color (decimal): -16685799 or 1664257. OLE color: 1664257.
HSL color Cylindrical-coordinate representation of color #016519: hue angle of 134.4º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016519 is Cyan = 0.99, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 1 | 101 | 25 | - |
| CMYK | 0.99 | 0 | 0.75 | 0.60 |
| HSL | 134.4º | 0.98% | 0.2% | - |
| HSV(B) | 134.4º | 0.99% | 0.4% | - |
| XYZ | 4.84 | 9.38 | 2.48 | - |
| YUV | 62.44 | 106.87 | 84.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 101 | 25 | 0.99 | 0 | 0.75 | 0.60 | 134.4 | 0.98 | 0.2 |
| Hex | 1 | 65 | 19 | 63 | 0 | 4B | 3C | 86 | 62 | 14 |
| Octal | 1 | 145 | 31 | 143 | 0 | 113 | 74 | 206 | 142 | 24 |
| Binary | 1 | 1100101 | 11001 | 1100011 | 0 | 1001011 | 111100 | 10000110 | 1100010 | 10100 |
Color Harmonies of #016519
Complementary color
Monochromatic Colors of #016519
Black with #016519
Text Example
Text Example
White with #016519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016519; }
p { color: rgb(1,101,25); }
H1.HeaderClassName
{
color: #016519;
}
.AnyTagClassName
{
color: #016519;
}
</style>
background-color css
<style>
a { background-color: #016519; }
a { background-color: rgb(1,101,25); }
div.DivClassName
{
background-color: #016519;
}
.BgClassName
{
background-color: #016519;
}
</style>
border-color css
<style>
span { border-color: #016519; }
span { border-color: rgb(1,101,25); }
td.TdClassName
{
border-color: #016519;
}
.TagClassName
{
border-color: #016519;
}
</style>