Shades of Green #046E0E
Tints of Green #046E0E
RGB
CMYK
RGB Variations
Color information
#046E0E (or 0x046E0E) is known color: Green. HEX triplet: 04, 6E and 0E. RGB value is (4,110,14). Sum of RGB (Red+Green+Blue) = 4+110+14=128 (16% of max value = 765). Red value is 4 (1.95% from 255 or 3.12% from 128); Green value is 110 (43.36% from 255 or 85.94% from 128); Blue value is 14 (5.86% from 255 or 10.94% from 128); Max value from RGB is 110 - color contains mainly: green. Hex color #046E0E is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #046E0E is #FB91F1. Grayscale: #434343. Windows color (decimal): -16486898 or 945668. OLE color: 945668.
HSL color Cylindrical-coordinate representation of color #046E0E: hue angle of 125.66º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #046E0E is Cyan = 0.96, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 4 | 110 | 14 | - |
| CMYK | 0.96 | 0 | 0.87 | 0.57 |
| HSL | 125.66º | 0.93% | 0.22% | - |
| HSV(B) | 125.66º | 0.96% | 0.43% | - |
| XYZ | 5.71 | 11.21 | 2.28 | - |
| YUV | 67.36 | 97.88 | 82.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 110 | 14 | 0.96 | 0 | 0.87 | 0.57 | 125.66 | 0.93 | 0.22 |
| Hex | 4 | 6E | E | 60 | 0 | 57 | 39 | 7E | 5D | 16 |
| Octal | 4 | 156 | 16 | 140 | 0 | 127 | 71 | 176 | 135 | 26 |
| Binary | 100 | 1101110 | 1110 | 1100000 | 0 | 1010111 | 111001 | 1111110 | 1011101 | 10110 |
Color Harmonies of #046E0E
Complementary color
Monochromatic Colors of #046E0E
Black with #046E0E
Text Example
Text Example
White with #046E0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #046E0E; }
p { color: rgb(4,110,14); }
H1.HeaderClassName
{
color: #046E0E;
}
.AnyTagClassName
{
color: #046E0E;
}
</style>
background-color css
<style>
a { background-color: #046E0E; }
a { background-color: rgb(4,110,14); }
div.DivClassName
{
background-color: #046E0E;
}
.BgClassName
{
background-color: #046E0E;
}
</style>
border-color css
<style>
span { border-color: #046E0E; }
span { border-color: rgb(4,110,14); }
td.TdClassName
{
border-color: #046E0E;
}
.TagClassName
{
border-color: #046E0E;
}
</style>