Shades of Crusoe #035D15
Tints of Crusoe #035D15
RGB
CMYK
RGB Variations
Color information
#035D15 (or 0x035D15) is known color: Crusoe. HEX triplet: 03, 5D and 15. RGB value is (3,93,21). Sum of RGB (Red+Green+Blue) = 3+93+21=117 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.56% from 117); Green value is 93 (36.72% from 255 or 79.49% from 117); Blue value is 21 (8.59% from 255 or 17.95% from 117); Max value from RGB is 93 - color contains mainly: green. Hex color #035D15 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #035D15 is #FCA2EA. Grayscale: #3A3A3A. Windows color (decimal): -16556779 or 1400067. OLE color: 1400067.
HSL color Cylindrical-coordinate representation of color #035D15: hue angle of 132º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #035D15 is Cyan = 0.97, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 3 | 93 | 21 | - |
| CMYK | 0.97 | 0 | 0.77 | 0.64 |
| HSL | 132º | 0.94% | 0.19% | - |
| HSV(B) | 132º | 0.97% | 0.36% | - |
| XYZ | 4.09 | 7.9 | 2.02 | - |
| YUV | 57.88 | 107.18 | 88.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 93 | 21 | 0.97 | 0 | 0.77 | 0.64 | 132 | 0.94 | 0.19 |
| Hex | 3 | 5D | 15 | 61 | 0 | 4D | 40 | 84 | 5E | 13 |
| Octal | 3 | 135 | 25 | 141 | 0 | 115 | 100 | 204 | 136 | 23 |
| Binary | 11 | 1011101 | 10101 | 1100001 | 0 | 1001101 | 1000000 | 10000100 | 1011110 | 10011 |
Color Harmonies of #035D15
Complementary color
Monochromatic Colors of #035D15
Black with #035D15
Text Example
Text Example
White with #035D15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #035D15; }
p { color: rgb(3,93,21); }
H1.HeaderClassName
{
color: #035D15;
}
.AnyTagClassName
{
color: #035D15;
}
</style>
background-color css
<style>
a { background-color: #035D15; }
a { background-color: rgb(3,93,21); }
div.DivClassName
{
background-color: #035D15;
}
.BgClassName
{
background-color: #035D15;
}
</style>
border-color css
<style>
span { border-color: #035D15; }
span { border-color: rgb(3,93,21); }
td.TdClassName
{
border-color: #035D15;
}
.TagClassName
{
border-color: #035D15;
}
</style>