Shades of Crusoe #035714
Tints of Crusoe #035714
RGB
CMYK
RGB Variations
Color information
#035714 (or 0x035714) is known color: Crusoe. HEX triplet: 03, 57 and 14. RGB value is (3,87,20). Sum of RGB (Red+Green+Blue) = 3+87+20=110 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.73% from 110); Green value is 87 (34.38% from 255 or 79.09% from 110); Blue value is 20 (8.20% from 255 or 18.18% from 110); Max value from RGB is 87 - color contains mainly: green. Hex color #035714 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #035714 is #FCA8EB. Grayscale: #363636. Windows color (decimal): -16558316 or 1332995. OLE color: 1332995.
HSL color Cylindrical-coordinate representation of color #035714: hue angle of 132.14º degrees, saturation: 0.93, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #035714 is Cyan = 0.97, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 3 | 87 | 20 | - |
| CMYK | 0.97 | 0 | 0.77 | 0.66 |
| HSL | 132.14º | 0.93% | 0.18% | - |
| HSV(B) | 132.14º | 0.97% | 0.34% | - |
| XYZ | 3.57 | 6.89 | 1.8 | - |
| YUV | 54.25 | 108.67 | 91.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 87 | 20 | 0.97 | 0 | 0.77 | 0.66 | 132.14 | 0.93 | 0.18 |
| Hex | 3 | 57 | 14 | 61 | 0 | 4D | 42 | 84 | 5D | 12 |
| Octal | 3 | 127 | 24 | 141 | 0 | 115 | 102 | 204 | 135 | 22 |
| Binary | 11 | 1010111 | 10100 | 1100001 | 0 | 1001101 | 1000010 | 10000100 | 1011101 | 10010 |
Color Harmonies of #035714
Complementary color
Monochromatic Colors of #035714
Black with #035714
Text Example
Text Example
White with #035714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #035714; }
p { color: rgb(3,87,20); }
H1.HeaderClassName
{
color: #035714;
}
.AnyTagClassName
{
color: #035714;
}
</style>
background-color css
<style>
a { background-color: #035714; }
a { background-color: rgb(3,87,20); }
div.DivClassName
{
background-color: #035714;
}
.BgClassName
{
background-color: #035714;
}
</style>
border-color css
<style>
span { border-color: #035714; }
span { border-color: rgb(3,87,20); }
td.TdClassName
{
border-color: #035714;
}
.TagClassName
{
border-color: #035714;
}
</style>