Shades of Crusoe #016928
Tints of Crusoe #016928
RGB
CMYK
RGB Variations
Color information
#016928 (or 0x016928) is known color: Crusoe. HEX triplet: 01, 69 and 28. RGB value is (1,105,40). Sum of RGB (Red+Green+Blue) = 1+105+40=146 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.68% from 146); Green value is 105 (41.41% from 255 or 71.92% from 146); Blue value is 40 (16.02% from 255 or 27.40% from 146); Max value from RGB is 105 - color contains mainly: green. Hex color #016928 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #016928 is #FE96D7. Grayscale: #424242. Windows color (decimal): -16684760 or 2648321. OLE color: 2648321.
HSL color Cylindrical-coordinate representation of color #016928: hue angle of 142.5º 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 #016928 is Cyan = 0.99, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 1 | 105 | 40 | - |
| CMYK | 0.99 | 0 | 0.62 | 0.59 |
| HSL | 142.5º | 0.98% | 0.21% | - |
| HSV(B) | 142.5º | 0.99% | 0.41% | - |
| XYZ | 5.45 | 10.26 | 3.7 | - |
| YUV | 66.49 | 113.04 | 81.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 105 | 40 | 0.99 | 0 | 0.62 | 0.59 | 142.5 | 0.98 | 0.21 |
| Hex | 1 | 69 | 28 | 63 | 0 | 3E | 3B | 8E | 62 | 15 |
| Octal | 1 | 151 | 50 | 143 | 0 | 76 | 73 | 216 | 142 | 25 |
| Binary | 1 | 1101001 | 101000 | 1100011 | 0 | 111110 | 111011 | 10001110 | 1100010 | 10101 |
Color Harmonies of #016928
Complementary color
Monochromatic Colors of #016928
Black with #016928
Text Example
Text Example
White with #016928
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016928; }
p { color: rgb(1,105,40); }
H1.HeaderClassName
{
color: #016928;
}
.AnyTagClassName
{
color: #016928;
}
</style>
background-color css
<style>
a { background-color: #016928; }
a { background-color: rgb(1,105,40); }
div.DivClassName
{
background-color: #016928;
}
.BgClassName
{
background-color: #016928;
}
</style>
border-color css
<style>
span { border-color: #016928; }
span { border-color: rgb(1,105,40); }
td.TdClassName
{
border-color: #016928;
}
.TagClassName
{
border-color: #016928;
}
</style>