Shades of Crusoe #015714
Tints of Crusoe #015714
RGB
CMYK
RGB Variations
Color information
#015714 (or 0x015714) is known color: Crusoe. HEX triplet: 01, 57 and 14. RGB value is (1,87,20). Sum of RGB (Red+Green+Blue) = 1+87+20=108 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.93% from 108); Green value is 87 (34.38% from 255 or 80.56% from 108); Blue value is 20 (8.20% from 255 or 18.52% from 108); Max value from RGB is 87 - color contains mainly: green. Hex color #015714 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #015714 is #FEA8EB. Grayscale: #353535. Windows color (decimal): -16689388 or 1332993. OLE color: 1332993.
HSL color Cylindrical-coordinate representation of color #015714: hue angle of 133.26º 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 #015714 is Cyan = 0.99, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 1 | 87 | 20 | - |
| CMYK | 0.99 | 0 | 0.77 | 0.66 |
| HSL | 133.26º | 0.98% | 0.17% | - |
| HSV(B) | 133.26º | 0.99% | 0.34% | - |
| XYZ | 3.55 | 6.87 | 1.8 | - |
| YUV | 53.65 | 109.01 | 90.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 87 | 20 | 0.99 | 0 | 0.77 | 0.66 | 133.26 | 0.98 | 0.17 |
| Hex | 1 | 57 | 14 | 63 | 0 | 4D | 42 | 85 | 62 | 11 |
| Octal | 1 | 127 | 24 | 143 | 0 | 115 | 102 | 205 | 142 | 21 |
| Binary | 1 | 1010111 | 10100 | 1100011 | 0 | 1001101 | 1000010 | 10000101 | 1100010 | 10001 |
Color Harmonies of #015714
Complementary color
Monochromatic Colors of #015714
Black with #015714
Text Example
Text Example
White with #015714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015714; }
p { color: rgb(1,87,20); }
H1.HeaderClassName
{
color: #015714;
}
.AnyTagClassName
{
color: #015714;
}
</style>
background-color css
<style>
a { background-color: #015714; }
a { background-color: rgb(1,87,20); }
div.DivClassName
{
background-color: #015714;
}
.BgClassName
{
background-color: #015714;
}
</style>
border-color css
<style>
span { border-color: #015714; }
span { border-color: rgb(1,87,20); }
td.TdClassName
{
border-color: #015714;
}
.TagClassName
{
border-color: #015714;
}
</style>