Shades of Crusoe #016417
Tints of Crusoe #016417
RGB
CMYK
RGB Variations
Color information
#016417 (or 0x016417) is known color: Crusoe. HEX triplet: 01, 64 and 17. RGB value is (1,100,23). Sum of RGB (Red+Green+Blue) = 1+100+23=124 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.81% from 124); Green value is 100 (39.45% from 255 or 80.65% from 124); Blue value is 23 (9.38% from 255 or 18.55% from 124); Max value from RGB is 100 - color contains mainly: green. Hex color #016417 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #016417 is #FE9BE8. Grayscale: #3D3D3D. Windows color (decimal): -16686057 or 1532929. OLE color: 1532929.
HSL color Cylindrical-coordinate representation of color #016417: hue angle of 133.33º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016417 is Cyan = 0.99, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 1 | 100 | 23 | - |
| CMYK | 0.99 | 0 | 0.77 | 0.61 |
| HSL | 133.33º | 0.98% | 0.2% | - |
| HSV(B) | 133.33º | 0.99% | 0.39% | - |
| XYZ | 4.72 | 9.18 | 2.33 | - |
| YUV | 61.62 | 106.2 | 84.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 100 | 23 | 0.99 | 0 | 0.77 | 0.61 | 133.33 | 0.98 | 0.2 |
| Hex | 1 | 64 | 17 | 63 | 0 | 4D | 3D | 85 | 62 | 14 |
| Octal | 1 | 144 | 27 | 143 | 0 | 115 | 75 | 205 | 142 | 24 |
| Binary | 1 | 1100100 | 10111 | 1100011 | 0 | 1001101 | 111101 | 10000101 | 1100010 | 10100 |
Color Harmonies of #016417
Complementary color
Monochromatic Colors of #016417
Black with #016417
Text Example
Text Example
White with #016417
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016417; }
p { color: rgb(1,100,23); }
H1.HeaderClassName
{
color: #016417;
}
.AnyTagClassName
{
color: #016417;
}
</style>
background-color css
<style>
a { background-color: #016417; }
a { background-color: rgb(1,100,23); }
div.DivClassName
{
background-color: #016417;
}
.BgClassName
{
background-color: #016417;
}
</style>
border-color css
<style>
span { border-color: #016417; }
span { border-color: rgb(1,100,23); }
td.TdClassName
{
border-color: #016417;
}
.TagClassName
{
border-color: #016417;
}
</style>