Shades of Crusoe #016819
Tints of Crusoe #016819
RGB
CMYK
RGB Variations
Color information
#016819 (or 0x016819) is known color: Crusoe. HEX triplet: 01, 68 and 19. RGB value is (1,104,25). Sum of RGB (Red+Green+Blue) = 1+104+25=130 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.77% from 130); Green value is 104 (41.02% from 255 or 80% from 130); Blue value is 25 (10.16% from 255 or 19.23% from 130); Max value from RGB is 104 - color contains mainly: green. Hex color #016819 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #016819 is #FE97E6. Grayscale: #404040. Windows color (decimal): -16685031 or 1665025. OLE color: 1665025.
HSL color Cylindrical-coordinate representation of color #016819: hue angle of 133.98º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016819 is Cyan = 0.99, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 1 | 104 | 25 | - |
| CMYK | 0.99 | 0 | 0.76 | 0.59 |
| HSL | 133.98º | 0.98% | 0.21% | - |
| HSV(B) | 133.98º | 0.99% | 0.41% | - |
| XYZ | 5.14 | 9.98 | 2.57 | - |
| YUV | 64.2 | 105.88 | 82.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 104 | 25 | 0.99 | 0 | 0.76 | 0.59 | 133.98 | 0.98 | 0.21 |
| Hex | 1 | 68 | 19 | 63 | 0 | 4C | 3B | 86 | 62 | 15 |
| Octal | 1 | 150 | 31 | 143 | 0 | 114 | 73 | 206 | 142 | 25 |
| Binary | 1 | 1101000 | 11001 | 1100011 | 0 | 1001100 | 111011 | 10000110 | 1100010 | 10101 |
Color Harmonies of #016819
Complementary color
Monochromatic Colors of #016819
Black with #016819
Text Example
Text Example
White with #016819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016819; }
p { color: rgb(1,104,25); }
H1.HeaderClassName
{
color: #016819;
}
.AnyTagClassName
{
color: #016819;
}
</style>
background-color css
<style>
a { background-color: #016819; }
a { background-color: rgb(1,104,25); }
div.DivClassName
{
background-color: #016819;
}
.BgClassName
{
background-color: #016819;
}
</style>
border-color css
<style>
span { border-color: #016819; }
span { border-color: rgb(1,104,25); }
td.TdClassName
{
border-color: #016819;
}
.TagClassName
{
border-color: #016819;
}
</style>