Shades of Crusoe #035713
Tints of Crusoe #035713
RGB
CMYK
RGB Variations
Color information
#035713 (or 0x035713) is known color: Crusoe. HEX triplet: 03, 57 and 13. RGB value is (3,87,19). Sum of RGB (Red+Green+Blue) = 3+87+19=109 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.75% from 109); Green value is 87 (34.38% from 255 or 79.82% from 109); Blue value is 19 (7.81% from 255 or 17.43% from 109); Max value from RGB is 87 - color contains mainly: green. Hex color #035713 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #035713 is #FCA8EC. Grayscale: #363636. Windows color (decimal): -16558317 or 1267459. OLE color: 1267459.
HSL color Cylindrical-coordinate representation of color #035713: hue angle of 131.43º 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 #035713 is Cyan = 0.97, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 3 | 87 | 19 | - |
| CMYK | 0.97 | 0 | 0.78 | 0.66 |
| HSL | 131.43º | 0.93% | 0.18% | - |
| HSV(B) | 131.43º | 0.97% | 0.34% | - |
| XYZ | 3.56 | 6.88 | 1.76 | - |
| YUV | 54.13 | 108.17 | 91.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 87 | 19 | 0.97 | 0 | 0.78 | 0.66 | 131.43 | 0.93 | 0.18 |
| Hex | 3 | 57 | 13 | 61 | 0 | 4E | 42 | 83 | 5D | 12 |
| Octal | 3 | 127 | 23 | 141 | 0 | 116 | 102 | 203 | 135 | 22 |
| Binary | 11 | 1010111 | 10011 | 1100001 | 0 | 1001110 | 1000010 | 10000011 | 1011101 | 10010 |
Color Harmonies of #035713
Complementary color
Monochromatic Colors of #035713
Black with #035713
Text Example
Text Example
White with #035713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #035713; }
p { color: rgb(3,87,19); }
H1.HeaderClassName
{
color: #035713;
}
.AnyTagClassName
{
color: #035713;
}
</style>
background-color css
<style>
a { background-color: #035713; }
a { background-color: rgb(3,87,19); }
div.DivClassName
{
background-color: #035713;
}
.BgClassName
{
background-color: #035713;
}
</style>
border-color css
<style>
span { border-color: #035713; }
span { border-color: rgb(3,87,19); }
td.TdClassName
{
border-color: #035713;
}
.TagClassName
{
border-color: #035713;
}
</style>