Shades of Green #035C11
Tints of Green #035C11
RGB
CMYK
RGB Variations
Color information
#035C11 (or 0x035C11) is known color: Green. HEX triplet: 03, 5C and 11. RGB value is (3,92,17). Sum of RGB (Red+Green+Blue) = 3+92+17=112 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.68% from 112); Green value is 92 (36.33% from 255 or 82.14% from 112); Blue value is 17 (7.03% from 255 or 15.18% from 112); Max value from RGB is 92 - color contains mainly: green. Hex color #035C11 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #035C11 is #FCA3EE. Grayscale: #393939. Windows color (decimal): -16557039 or 1137667. OLE color: 1137667.
HSL color Cylindrical-coordinate representation of color #035C11: hue angle of 129.44º 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 #035C11 is Cyan = 0.97, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 3 | 92 | 17 | - |
| CMYK | 0.97 | 0 | 0.82 | 0.64 |
| HSL | 129.44º | 0.94% | 0.19% | - |
| HSV(B) | 129.44º | 0.97% | 0.36% | - |
| XYZ | 3.97 | 7.71 | 1.81 | - |
| YUV | 56.84 | 105.51 | 89.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 92 | 17 | 0.97 | 0 | 0.82 | 0.64 | 129.44 | 0.94 | 0.19 |
| Hex | 3 | 5C | 11 | 61 | 0 | 52 | 40 | 81 | 5E | 13 |
| Octal | 3 | 134 | 21 | 141 | 0 | 122 | 100 | 201 | 136 | 23 |
| Binary | 11 | 1011100 | 10001 | 1100001 | 0 | 1010010 | 1000000 | 10000001 | 1011110 | 10011 |
Color Harmonies of #035C11
Complementary color
Monochromatic Colors of #035C11
Black with #035C11
Text Example
Text Example
White with #035C11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #035C11; }
p { color: rgb(3,92,17); }
H1.HeaderClassName
{
color: #035C11;
}
.AnyTagClassName
{
color: #035C11;
}
</style>
background-color css
<style>
a { background-color: #035C11; }
a { background-color: rgb(3,92,17); }
div.DivClassName
{
background-color: #035C11;
}
.BgClassName
{
background-color: #035C11;
}
</style>
border-color css
<style>
span { border-color: #035C11; }
span { border-color: rgb(3,92,17); }
td.TdClassName
{
border-color: #035C11;
}
.TagClassName
{
border-color: #035C11;
}
</style>