Shades of Crusoe #015712
Tints of Crusoe #015712
RGB
CMYK
RGB Variations
Color information
#015712 (or 0x015712) is known color: Crusoe. HEX triplet: 01, 57 and 12. RGB value is (1,87,18). Sum of RGB (Red+Green+Blue) = 1+87+18=106 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.94% from 106); Green value is 87 (34.38% from 255 or 82.08% from 106); Blue value is 18 (7.42% from 255 or 16.98% from 106); Max value from RGB is 87 - color contains mainly: green. Hex color #015712 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #015712 is #FEA8ED. Grayscale: #353535. Windows color (decimal): -16689390 or 1201921. OLE color: 1201921.
HSL color Cylindrical-coordinate representation of color #015712: hue angle of 131.86º 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 #015712 is Cyan = 0.99, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 1 | 87 | 18 | - |
| CMYK | 0.99 | 0 | 0.79 | 0.66 |
| HSL | 131.86º | 0.98% | 0.17% | - |
| HSV(B) | 131.86º | 0.99% | 0.34% | - |
| XYZ | 3.53 | 6.87 | 1.71 | - |
| YUV | 53.42 | 108.01 | 90.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 87 | 18 | 0.99 | 0 | 0.79 | 0.66 | 131.86 | 0.98 | 0.17 |
| Hex | 1 | 57 | 12 | 63 | 0 | 4F | 42 | 84 | 62 | 11 |
| Octal | 1 | 127 | 22 | 143 | 0 | 117 | 102 | 204 | 142 | 21 |
| Binary | 1 | 1010111 | 10010 | 1100011 | 0 | 1001111 | 1000010 | 10000100 | 1100010 | 10001 |
Color Harmonies of #015712
Complementary color
Monochromatic Colors of #015712
Black with #015712
Text Example
Text Example
White with #015712
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015712; }
p { color: rgb(1,87,18); }
H1.HeaderClassName
{
color: #015712;
}
.AnyTagClassName
{
color: #015712;
}
</style>
background-color css
<style>
a { background-color: #015712; }
a { background-color: rgb(1,87,18); }
div.DivClassName
{
background-color: #015712;
}
.BgClassName
{
background-color: #015712;
}
</style>
border-color css
<style>
span { border-color: #015712; }
span { border-color: rgb(1,87,18); }
td.TdClassName
{
border-color: #015712;
}
.TagClassName
{
border-color: #015712;
}
</style>