Shades of Crusoe #016119
Tints of Crusoe #016119
RGB
CMYK
RGB Variations
Color information
#016119 (or 0x016119) is known color: Crusoe. HEX triplet: 01, 61 and 19. RGB value is (1,97,25). Sum of RGB (Red+Green+Blue) = 1+97+25=123 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.81% from 123); Green value is 97 (38.28% from 255 or 78.86% from 123); Blue value is 25 (10.16% from 255 or 20.33% from 123); Max value from RGB is 97 - color contains mainly: green. Hex color #016119 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #016119 is #FE9EE6. Grayscale: #3C3C3C. Windows color (decimal): -16686823 or 1663233. OLE color: 1663233.
HSL color Cylindrical-coordinate representation of color #016119: hue angle of 135º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016119 is Cyan = 0.99, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 1 | 97 | 25 | - |
| CMYK | 0.99 | 0 | 0.74 | 0.62 |
| HSL | 135º | 0.98% | 0.19% | - |
| HSV(B) | 135º | 0.99% | 0.38% | - |
| XYZ | 4.46 | 8.63 | 2.35 | - |
| YUV | 60.09 | 108.2 | 85.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 97 | 25 | 0.99 | 0 | 0.74 | 0.62 | 135 | 0.98 | 0.19 |
| Hex | 1 | 61 | 19 | 63 | 0 | 4A | 3E | 87 | 62 | 13 |
| Octal | 1 | 141 | 31 | 143 | 0 | 112 | 76 | 207 | 142 | 23 |
| Binary | 1 | 1100001 | 11001 | 1100011 | 0 | 1001010 | 111110 | 10000111 | 1100010 | 10011 |
Color Harmonies of #016119
Complementary color
Monochromatic Colors of #016119
Black with #016119
Text Example
Text Example
White with #016119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016119; }
p { color: rgb(1,97,25); }
H1.HeaderClassName
{
color: #016119;
}
.AnyTagClassName
{
color: #016119;
}
</style>
background-color css
<style>
a { background-color: #016119; }
a { background-color: rgb(1,97,25); }
div.DivClassName
{
background-color: #016119;
}
.BgClassName
{
background-color: #016119;
}
</style>
border-color css
<style>
span { border-color: #016119; }
span { border-color: rgb(1,97,25); }
td.TdClassName
{
border-color: #016119;
}
.TagClassName
{
border-color: #016119;
}
</style>