Shades of Green #036D0E
Tints of Green #036D0E
RGB
CMYK
RGB Variations
Color information
#036D0E (or 0x036D0E) is known color: Green. HEX triplet: 03, 6D and 0E. RGB value is (3,109,14). Sum of RGB (Red+Green+Blue) = 3+109+14=126 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.38% from 126); Green value is 109 (42.97% from 255 or 86.51% from 126); Blue value is 14 (5.86% from 255 or 11.11% from 126); Max value from RGB is 109 - color contains mainly: green. Hex color #036D0E is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #036D0E is #FC92F1. Grayscale: #424242. Windows color (decimal): -16552690 or 945411. OLE color: 945411.
HSL color Cylindrical-coordinate representation of color #036D0E: hue angle of 126.23º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #036D0E is Cyan = 0.97, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 3 | 109 | 14 | - |
| CMYK | 0.97 | 0 | 0.87 | 0.57 |
| HSL | 126.23º | 0.95% | 0.22% | - |
| HSV(B) | 126.23º | 0.97% | 0.43% | - |
| XYZ | 5.59 | 10.99 | 2.24 | - |
| YUV | 66.48 | 98.38 | 82.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 109 | 14 | 0.97 | 0 | 0.87 | 0.57 | 126.23 | 0.95 | 0.22 |
| Hex | 3 | 6D | E | 61 | 0 | 57 | 39 | 7E | 5F | 16 |
| Octal | 3 | 155 | 16 | 141 | 0 | 127 | 71 | 176 | 137 | 26 |
| Binary | 11 | 1101101 | 1110 | 1100001 | 0 | 1010111 | 111001 | 1111110 | 1011111 | 10110 |
Color Harmonies of #036D0E
Complementary color
Monochromatic Colors of #036D0E
Black with #036D0E
Text Example
Text Example
White with #036D0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #036D0E; }
p { color: rgb(3,109,14); }
H1.HeaderClassName
{
color: #036D0E;
}
.AnyTagClassName
{
color: #036D0E;
}
</style>
background-color css
<style>
a { background-color: #036D0E; }
a { background-color: rgb(3,109,14); }
div.DivClassName
{
background-color: #036D0E;
}
.BgClassName
{
background-color: #036D0E;
}
</style>
border-color css
<style>
span { border-color: #036D0E; }
span { border-color: rgb(3,109,14); }
td.TdClassName
{
border-color: #036D0E;
}
.TagClassName
{
border-color: #036D0E;
}
</style>