Shades of Crusoe #016818
Tints of Crusoe #016818
RGB
CMYK
RGB Variations
Color information
#016818 (or 0x016818) is known color: Crusoe. HEX triplet: 01, 68 and 18. RGB value is (1,104,24). Sum of RGB (Red+Green+Blue) = 1+104+24=129 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.78% from 129); Green value is 104 (41.02% from 255 or 80.62% from 129); Blue value is 24 (9.77% from 255 or 18.60% from 129); Max value from RGB is 104 - color contains mainly: green. Hex color #016818 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #016818 is #FE97E7. Grayscale: #404040. Windows color (decimal): -16685032 or 1599489. OLE color: 1599489.
HSL color Cylindrical-coordinate representation of color #016818: hue angle of 133.4º 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 #016818 is Cyan = 0.99, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 1 | 104 | 24 | - |
| CMYK | 0.99 | 0 | 0.77 | 0.59 |
| HSL | 133.4º | 0.98% | 0.21% | - |
| HSV(B) | 133.4º | 0.99% | 0.41% | - |
| XYZ | 5.13 | 9.97 | 2.52 | - |
| YUV | 64.08 | 105.38 | 83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 104 | 24 | 0.99 | 0 | 0.77 | 0.59 | 133.4 | 0.98 | 0.21 |
| Hex | 1 | 68 | 18 | 63 | 0 | 4D | 3B | 85 | 62 | 15 |
| Octal | 1 | 150 | 30 | 143 | 0 | 115 | 73 | 205 | 142 | 25 |
| Binary | 1 | 1101000 | 11000 | 1100011 | 0 | 1001101 | 111011 | 10000101 | 1100010 | 10101 |
Color Harmonies of #016818
Complementary color
Monochromatic Colors of #016818
Black with #016818
Text Example
Text Example
White with #016818
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016818; }
p { color: rgb(1,104,24); }
H1.HeaderClassName
{
color: #016818;
}
.AnyTagClassName
{
color: #016818;
}
</style>
background-color css
<style>
a { background-color: #016818; }
a { background-color: rgb(1,104,24); }
div.DivClassName
{
background-color: #016818;
}
.BgClassName
{
background-color: #016818;
}
</style>
border-color css
<style>
span { border-color: #016818; }
span { border-color: rgb(1,104,24); }
td.TdClassName
{
border-color: #016818;
}
.TagClassName
{
border-color: #016818;
}
</style>