Shades of Crusoe #016919
Tints of Crusoe #016919
RGB
CMYK
RGB Variations
Color information
#016919 (or 0x016919) is known color: Crusoe. HEX triplet: 01, 69 and 19. RGB value is (1,105,25). Sum of RGB (Red+Green+Blue) = 1+105+25=131 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.76% from 131); Green value is 105 (41.41% from 255 or 80.15% from 131); Blue value is 25 (10.16% from 255 or 19.08% from 131); Max value from RGB is 105 - color contains mainly: green. Hex color #016919 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #016919 is #FE96E6. Grayscale: #414141. Windows color (decimal): -16684775 or 1665281. OLE color: 1665281.
HSL color Cylindrical-coordinate representation of color #016919: hue angle of 133.85º 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 #016919 is Cyan = 0.99, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 1 | 105 | 25 | - |
| CMYK | 0.99 | 0 | 0.76 | 0.59 |
| HSL | 133.85º | 0.98% | 0.21% | - |
| HSV(B) | 133.85º | 0.99% | 0.41% | - |
| XYZ | 5.24 | 10.18 | 2.61 | - |
| YUV | 64.78 | 105.54 | 82.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 105 | 25 | 0.99 | 0 | 0.76 | 0.59 | 133.85 | 0.98 | 0.21 |
| Hex | 1 | 69 | 19 | 63 | 0 | 4C | 3B | 86 | 62 | 15 |
| Octal | 1 | 151 | 31 | 143 | 0 | 114 | 73 | 206 | 142 | 25 |
| Binary | 1 | 1101001 | 11001 | 1100011 | 0 | 1001100 | 111011 | 10000110 | 1100010 | 10101 |
Color Harmonies of #016919
Complementary color
Monochromatic Colors of #016919
Black with #016919
Text Example
Text Example
White with #016919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016919; }
p { color: rgb(1,105,25); }
H1.HeaderClassName
{
color: #016919;
}
.AnyTagClassName
{
color: #016919;
}
</style>
background-color css
<style>
a { background-color: #016919; }
a { background-color: rgb(1,105,25); }
div.DivClassName
{
background-color: #016919;
}
.BgClassName
{
background-color: #016919;
}
</style>
border-color css
<style>
span { border-color: #016919; }
span { border-color: rgb(1,105,25); }
td.TdClassName
{
border-color: #016919;
}
.TagClassName
{
border-color: #016919;
}
</style>