Shades of Crusoe #016517
Tints of Crusoe #016517
RGB
CMYK
RGB Variations
Color information
#016517 (or 0x016517) is known color: Crusoe. HEX triplet: 01, 65 and 17. RGB value is (1,101,23). Sum of RGB (Red+Green+Blue) = 1+101+23=125 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.8% from 125); Green value is 101 (39.84% from 255 or 80.8% from 125); Blue value is 23 (9.38% from 255 or 18.4% from 125); Max value from RGB is 101 - color contains mainly: green. Hex color #016517 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #016517 is #FE9AE8. Grayscale: #3E3E3E. Windows color (decimal): -16685801 or 1533185. OLE color: 1533185.
HSL color Cylindrical-coordinate representation of color #016517: hue angle of 133.2º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016517 is Cyan = 0.99, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 1 | 101 | 23 | - |
| CMYK | 0.99 | 0 | 0.77 | 0.60 |
| HSL | 133.2º | 0.98% | 0.2% | - |
| HSV(B) | 133.2º | 0.99% | 0.4% | - |
| XYZ | 4.82 | 9.38 | 2.37 | - |
| YUV | 62.21 | 105.87 | 84.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 101 | 23 | 0.99 | 0 | 0.77 | 0.60 | 133.2 | 0.98 | 0.2 |
| Hex | 1 | 65 | 17 | 63 | 0 | 4D | 3C | 85 | 62 | 14 |
| Octal | 1 | 145 | 27 | 143 | 0 | 115 | 74 | 205 | 142 | 24 |
| Binary | 1 | 1100101 | 10111 | 1100011 | 0 | 1001101 | 111100 | 10000101 | 1100010 | 10100 |
Color Harmonies of #016517
Complementary color
Monochromatic Colors of #016517
Black with #016517
Text Example
Text Example
White with #016517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016517; }
p { color: rgb(1,101,23); }
H1.HeaderClassName
{
color: #016517;
}
.AnyTagClassName
{
color: #016517;
}
</style>
background-color css
<style>
a { background-color: #016517; }
a { background-color: rgb(1,101,23); }
div.DivClassName
{
background-color: #016517;
}
.BgClassName
{
background-color: #016517;
}
</style>
border-color css
<style>
span { border-color: #016517; }
span { border-color: rgb(1,101,23); }
td.TdClassName
{
border-color: #016517;
}
.TagClassName
{
border-color: #016517;
}
</style>