Shades of Green #036913
Tints of Green #036913
RGB
CMYK
RGB Variations
Color information
#036913 (or 0x036913) is known color: Green. HEX triplet: 03, 69 and 13. RGB value is (3,105,19). Sum of RGB (Red+Green+Blue) = 3+105+19=127 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.36% from 127); Green value is 105 (41.41% from 255 or 82.68% from 127); Blue value is 19 (7.81% from 255 or 14.96% from 127); Max value from RGB is 105 - color contains mainly: green. Hex color #036913 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #036913 is #FC96EC. Grayscale: #404040. Windows color (decimal): -16553709 or 1272067. OLE color: 1272067.
HSL color Cylindrical-coordinate representation of color #036913: hue angle of 129.41º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #036913 is Cyan = 0.97, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 3 | 105 | 19 | - |
| CMYK | 0.97 | 0 | 0.82 | 0.59 |
| HSL | 129.41º | 0.94% | 0.21% | - |
| HSV(B) | 129.41º | 0.97% | 0.41% | - |
| XYZ | 5.21 | 10.17 | 2.3 | - |
| YUV | 64.7 | 102.21 | 83.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 105 | 19 | 0.97 | 0 | 0.82 | 0.59 | 129.41 | 0.94 | 0.21 |
| Hex | 3 | 69 | 13 | 61 | 0 | 52 | 3B | 81 | 5E | 15 |
| Octal | 3 | 151 | 23 | 141 | 0 | 122 | 73 | 201 | 136 | 25 |
| Binary | 11 | 1101001 | 10011 | 1100001 | 0 | 1010010 | 111011 | 10000001 | 1011110 | 10101 |
Color Harmonies of #036913
Complementary color
Monochromatic Colors of #036913
Black with #036913
Text Example
Text Example
White with #036913
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #036913; }
p { color: rgb(3,105,19); }
H1.HeaderClassName
{
color: #036913;
}
.AnyTagClassName
{
color: #036913;
}
</style>
background-color css
<style>
a { background-color: #036913; }
a { background-color: rgb(3,105,19); }
div.DivClassName
{
background-color: #036913;
}
.BgClassName
{
background-color: #036913;
}
</style>
border-color css
<style>
span { border-color: #036913; }
span { border-color: rgb(3,105,19); }
td.TdClassName
{
border-color: #036913;
}
.TagClassName
{
border-color: #036913;
}
</style>