Shades of Crusoe #016118
Tints of Crusoe #016118
RGB
CMYK
RGB Variations
Color information
#016118 (or 0x016118) is known color: Crusoe. HEX triplet: 01, 61 and 18. RGB value is (1,97,24). Sum of RGB (Red+Green+Blue) = 1+97+24=122 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.82% from 122); Green value is 97 (38.28% from 255 or 79.51% from 122); Blue value is 24 (9.77% from 255 or 19.67% from 122); Max value from RGB is 97 - color contains mainly: green. Hex color #016118 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #016118 is #FE9EE7. Grayscale: #3C3C3C. Windows color (decimal): -16686824 or 1597697. OLE color: 1597697.
HSL color Cylindrical-coordinate representation of color #016118: hue angle of 134.38º 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 #016118 is Cyan = 0.99, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 1 | 97 | 24 | - |
| CMYK | 0.99 | 0 | 0.75 | 0.62 |
| HSL | 134.38º | 0.98% | 0.19% | - |
| HSV(B) | 134.38º | 0.99% | 0.38% | - |
| XYZ | 4.45 | 8.62 | 2.29 | - |
| YUV | 59.97 | 107.7 | 85.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 97 | 24 | 0.99 | 0 | 0.75 | 0.62 | 134.38 | 0.98 | 0.19 |
| Hex | 1 | 61 | 18 | 63 | 0 | 4B | 3E | 86 | 62 | 13 |
| Octal | 1 | 141 | 30 | 143 | 0 | 113 | 76 | 206 | 142 | 23 |
| Binary | 1 | 1100001 | 11000 | 1100011 | 0 | 1001011 | 111110 | 10000110 | 1100010 | 10011 |
Color Harmonies of #016118
Complementary color
Monochromatic Colors of #016118
Black with #016118
Text Example
Text Example
White with #016118
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016118; }
p { color: rgb(1,97,24); }
H1.HeaderClassName
{
color: #016118;
}
.AnyTagClassName
{
color: #016118;
}
</style>
background-color css
<style>
a { background-color: #016118; }
a { background-color: rgb(1,97,24); }
div.DivClassName
{
background-color: #016118;
}
.BgClassName
{
background-color: #016118;
}
</style>
border-color css
<style>
span { border-color: #016118; }
span { border-color: rgb(1,97,24); }
td.TdClassName
{
border-color: #016118;
}
.TagClassName
{
border-color: #016118;
}
</style>