Shades of Crusoe #016216
Tints of Crusoe #016216
RGB
CMYK
RGB Variations
Color information
#016216 (or 0x016216) is known color: Crusoe. HEX triplet: 01, 62 and 16. RGB value is (1,98,22). Sum of RGB (Red+Green+Blue) = 1+98+22=121 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.83% from 121); Green value is 98 (38.67% from 255 or 80.99% from 121); Blue value is 22 (8.98% from 255 or 18.18% from 121); Max value from RGB is 98 - color contains mainly: green. Hex color #016216 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #016216 is #FE9DE9. Grayscale: #3C3C3C. Windows color (decimal): -16686570 or 1466881. OLE color: 1466881.
HSL color Cylindrical-coordinate representation of color #016216: hue angle of 132.99º 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 #016216 is Cyan = 0.99, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 1 | 98 | 22 | - |
| CMYK | 0.99 | 0 | 0.78 | 0.62 |
| HSL | 132.99º | 0.98% | 0.19% | - |
| HSV(B) | 132.99º | 0.99% | 0.38% | - |
| XYZ | 4.53 | 8.8 | 2.22 | - |
| YUV | 60.33 | 106.36 | 85.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 98 | 22 | 0.99 | 0 | 0.78 | 0.62 | 132.99 | 0.98 | 0.19 |
| Hex | 1 | 62 | 16 | 63 | 0 | 4E | 3E | 85 | 62 | 13 |
| Octal | 1 | 142 | 26 | 143 | 0 | 116 | 76 | 205 | 142 | 23 |
| Binary | 1 | 1100010 | 10110 | 1100011 | 0 | 1001110 | 111110 | 10000101 | 1100010 | 10011 |
Color Harmonies of #016216
Complementary color
Monochromatic Colors of #016216
Black with #016216
Text Example
Text Example
White with #016216
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016216; }
p { color: rgb(1,98,22); }
H1.HeaderClassName
{
color: #016216;
}
.AnyTagClassName
{
color: #016216;
}
</style>
background-color css
<style>
a { background-color: #016216; }
a { background-color: rgb(1,98,22); }
div.DivClassName
{
background-color: #016216;
}
.BgClassName
{
background-color: #016216;
}
</style>
border-color css
<style>
span { border-color: #016216; }
span { border-color: rgb(1,98,22); }
td.TdClassName
{
border-color: #016216;
}
.TagClassName
{
border-color: #016216;
}
</style>