Shades of Green #036B0E
Tints of Green #036B0E
RGB
CMYK
RGB Variations
Color information
#036B0E (or 0x036B0E) is known color: Green. HEX triplet: 03, 6B and 0E. RGB value is (3,107,14). Sum of RGB (Red+Green+Blue) = 3+107+14=124 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.42% from 124); Green value is 107 (42.19% from 255 or 86.29% from 124); Blue value is 14 (5.86% from 255 or 11.29% from 124); Max value from RGB is 107 - color contains mainly: green. Hex color #036B0E is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #036B0E is #FC94F1. Grayscale: #414141. Windows color (decimal): -16553202 or 944899. OLE color: 944899.
HSL color Cylindrical-coordinate representation of color #036B0E: hue angle of 126.35º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #036B0E is Cyan = 0.97, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 3 | 107 | 14 | - |
| CMYK | 0.97 | 0 | 0.87 | 0.58 |
| HSL | 126.35º | 0.95% | 0.22% | - |
| HSV(B) | 126.35º | 0.97% | 0.42% | - |
| XYZ | 5.37 | 10.57 | 2.17 | - |
| YUV | 65.3 | 99.04 | 83.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 107 | 14 | 0.97 | 0 | 0.87 | 0.58 | 126.35 | 0.95 | 0.22 |
| Hex | 3 | 6B | E | 61 | 0 | 57 | 3A | 7E | 5F | 16 |
| Octal | 3 | 153 | 16 | 141 | 0 | 127 | 72 | 176 | 137 | 26 |
| Binary | 11 | 1101011 | 1110 | 1100001 | 0 | 1010111 | 111010 | 1111110 | 1011111 | 10110 |
Color Harmonies of #036B0E
Complementary color
Monochromatic Colors of #036B0E
Black with #036B0E
Text Example
Text Example
White with #036B0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #036B0E; }
p { color: rgb(3,107,14); }
H1.HeaderClassName
{
color: #036B0E;
}
.AnyTagClassName
{
color: #036B0E;
}
</style>
background-color css
<style>
a { background-color: #036B0E; }
a { background-color: rgb(3,107,14); }
div.DivClassName
{
background-color: #036B0E;
}
.BgClassName
{
background-color: #036B0E;
}
</style>
border-color css
<style>
span { border-color: #036B0E; }
span { border-color: rgb(3,107,14); }
td.TdClassName
{
border-color: #036B0E;
}
.TagClassName
{
border-color: #036B0E;
}
</style>