Shades of Crusoe #015612
Tints of Crusoe #015612
RGB
CMYK
RGB Variations
Color information
#015612 (or 0x015612) is known color: Crusoe. HEX triplet: 01, 56 and 12. RGB value is (1,86,18). Sum of RGB (Red+Green+Blue) = 1+86+18=105 (13% of max value = 765). Red value is 1 (0.78% from 255 or 0.95% from 105); Green value is 86 (33.98% from 255 or 81.90% from 105); Blue value is 18 (7.42% from 255 or 17.14% from 105); Max value from RGB is 86 - color contains mainly: green. Hex color #015612 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #015612 is #FEA9ED. Grayscale: #353535. Windows color (decimal): -16689646 or 1201665. OLE color: 1201665.
HSL color Cylindrical-coordinate representation of color #015612: hue angle of 132º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015612 is Cyan = 0.99, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 1 | 86 | 18 | - |
| CMYK | 0.99 | 0 | 0.79 | 0.66 |
| HSL | 132º | 0.98% | 0.17% | - |
| HSV(B) | 132º | 0.99% | 0.34% | - |
| XYZ | 3.45 | 6.71 | 1.68 | - |
| YUV | 52.83 | 108.34 | 91.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 86 | 18 | 0.99 | 0 | 0.79 | 0.66 | 132 | 0.98 | 0.17 |
| Hex | 1 | 56 | 12 | 63 | 0 | 4F | 42 | 84 | 62 | 11 |
| Octal | 1 | 126 | 22 | 143 | 0 | 117 | 102 | 204 | 142 | 21 |
| Binary | 1 | 1010110 | 10010 | 1100011 | 0 | 1001111 | 1000010 | 10000100 | 1100010 | 10001 |
Color Harmonies of #015612
Complementary color
Monochromatic Colors of #015612
Black with #015612
Text Example
Text Example
White with #015612
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015612; }
p { color: rgb(1,86,18); }
H1.HeaderClassName
{
color: #015612;
}
.AnyTagClassName
{
color: #015612;
}
</style>
background-color css
<style>
a { background-color: #015612; }
a { background-color: rgb(1,86,18); }
div.DivClassName
{
background-color: #015612;
}
.BgClassName
{
background-color: #015612;
}
</style>
border-color css
<style>
span { border-color: #015612; }
span { border-color: rgb(1,86,18); }
td.TdClassName
{
border-color: #015612;
}
.TagClassName
{
border-color: #015612;
}
</style>