Shades of Green #036513
Tints of Green #036513
RGB
CMYK
RGB Variations
Color information
#036513 (or 0x036513) is known color: Green. HEX triplet: 03, 65 and 13. RGB value is (3,101,19). Sum of RGB (Red+Green+Blue) = 3+101+19=123 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.44% from 123); Green value is 101 (39.84% from 255 or 82.11% from 123); Blue value is 19 (7.81% from 255 or 15.45% from 123); Max value from RGB is 101 - color contains mainly: green. Hex color #036513 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #036513 is #FC9AEC. Grayscale: #3E3E3E. Windows color (decimal): -16554733 or 1271043. OLE color: 1271043.
HSL color Cylindrical-coordinate representation of color #036513: hue angle of 129.8º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #036513 is Cyan = 0.97, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 3 | 101 | 19 | - |
| CMYK | 0.97 | 0 | 0.81 | 0.60 |
| HSL | 129.8º | 0.94% | 0.2% | - |
| HSV(B) | 129.8º | 0.97% | 0.4% | - |
| XYZ | 4.81 | 9.37 | 2.17 | - |
| YUV | 62.35 | 103.53 | 85.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 101 | 19 | 0.97 | 0 | 0.81 | 0.60 | 129.8 | 0.94 | 0.2 |
| Hex | 3 | 65 | 13 | 61 | 0 | 51 | 3C | 82 | 5E | 14 |
| Octal | 3 | 145 | 23 | 141 | 0 | 121 | 74 | 202 | 136 | 24 |
| Binary | 11 | 1100101 | 10011 | 1100001 | 0 | 1010001 | 111100 | 10000010 | 1011110 | 10100 |
Color Harmonies of #036513
Complementary color
Monochromatic Colors of #036513
Black with #036513
Text Example
Text Example
White with #036513
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #036513; }
p { color: rgb(3,101,19); }
H1.HeaderClassName
{
color: #036513;
}
.AnyTagClassName
{
color: #036513;
}
</style>
background-color css
<style>
a { background-color: #036513; }
a { background-color: rgb(3,101,19); }
div.DivClassName
{
background-color: #036513;
}
.BgClassName
{
background-color: #036513;
}
</style>
border-color css
<style>
span { border-color: #036513; }
span { border-color: rgb(3,101,19); }
td.TdClassName
{
border-color: #036513;
}
.TagClassName
{
border-color: #036513;
}
</style>