Shades of Crusoe #035E13
Tints of Crusoe #035E13
RGB
CMYK
RGB Variations
Color information
#035E13 (or 0x035E13) is known color: Crusoe. HEX triplet: 03, 5E and 13. RGB value is (3,94,19). Sum of RGB (Red+Green+Blue) = 3+94+19=116 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.59% from 116); Green value is 94 (37.11% from 255 or 81.03% from 116); Blue value is 19 (7.81% from 255 or 16.38% from 116); Max value from RGB is 94 - color contains mainly: green. Hex color #035E13 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #035E13 is #FCA1EC. Grayscale: #3A3A3A. Windows color (decimal): -16556525 or 1269251. OLE color: 1269251.
HSL color Cylindrical-coordinate representation of color #035E13: hue angle of 130.55º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #035E13 is Cyan = 0.97, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 3 | 94 | 19 | - |
| CMYK | 0.97 | 0 | 0.80 | 0.63 |
| HSL | 130.55º | 0.94% | 0.19% | - |
| HSV(B) | 130.55º | 0.97% | 0.37% | - |
| XYZ | 4.16 | 8.07 | 1.95 | - |
| YUV | 58.24 | 105.85 | 88.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 94 | 19 | 0.97 | 0 | 0.80 | 0.63 | 130.55 | 0.94 | 0.19 |
| Hex | 3 | 5E | 13 | 61 | 0 | 50 | 3F | 83 | 5E | 13 |
| Octal | 3 | 136 | 23 | 141 | 0 | 120 | 77 | 203 | 136 | 23 |
| Binary | 11 | 1011110 | 10011 | 1100001 | 0 | 1010000 | 111111 | 10000011 | 1011110 | 10011 |
Color Harmonies of #035E13
Complementary color
Monochromatic Colors of #035E13
Black with #035E13
Text Example
Text Example
White with #035E13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #035E13; }
p { color: rgb(3,94,19); }
H1.HeaderClassName
{
color: #035E13;
}
.AnyTagClassName
{
color: #035E13;
}
</style>
background-color css
<style>
a { background-color: #035E13; }
a { background-color: rgb(3,94,19); }
div.DivClassName
{
background-color: #035E13;
}
.BgClassName
{
background-color: #035E13;
}
</style>
border-color css
<style>
span { border-color: #035E13; }
span { border-color: rgb(3,94,19); }
td.TdClassName
{
border-color: #035E13;
}
.TagClassName
{
border-color: #035E13;
}
</style>