Shades of Green #046E16
Tints of Green #046E16
RGB
CMYK
RGB Variations
Color information
#046E16 (or 0x046E16) is known color: Green. HEX triplet: 04, 6E and 16. RGB value is (4,110,22). Sum of RGB (Red+Green+Blue) = 4+110+22=136 (18% of max value = 765). Red value is 4 (1.95% from 255 or 2.94% from 136); Green value is 110 (43.36% from 255 or 80.88% from 136); Blue value is 22 (8.98% from 255 or 16.18% from 136); Max value from RGB is 110 - color contains mainly: green. Hex color #046E16 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #046E16 is #FB91E9. Grayscale: #444444. Windows color (decimal): -16486890 or 1469956. OLE color: 1469956.
HSL color Cylindrical-coordinate representation of color #046E16: hue angle of 130.19º 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 #046E16 is Cyan = 0.96, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 4 | 110 | 22 | - |
| CMYK | 0.96 | 0 | 0.8 | 0.57 |
| HSL | 130.19º | 0.93% | 0.22% | - |
| HSV(B) | 130.19º | 0.96% | 0.43% | - |
| XYZ | 5.77 | 11.24 | 2.62 | - |
| YUV | 68.27 | 101.88 | 82.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 110 | 22 | 0.96 | 0 | 0.8 | 0.57 | 130.19 | 0.93 | 0.22 |
| Hex | 4 | 6E | 16 | 60 | 0 | 50 | 39 | 82 | 5D | 16 |
| Octal | 4 | 156 | 26 | 140 | 0 | 120 | 71 | 202 | 135 | 26 |
| Binary | 100 | 1101110 | 10110 | 1100000 | 0 | 1010000 | 111001 | 10000010 | 1011101 | 10110 |
Color Harmonies of #046E16
Complementary color
Monochromatic Colors of #046E16
Black with #046E16
Text Example
Text Example
White with #046E16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #046E16; }
p { color: rgb(4,110,22); }
H1.HeaderClassName
{
color: #046E16;
}
.AnyTagClassName
{
color: #046E16;
}
</style>
background-color css
<style>
a { background-color: #046E16; }
a { background-color: rgb(4,110,22); }
div.DivClassName
{
background-color: #046E16;
}
.BgClassName
{
background-color: #046E16;
}
</style>
border-color css
<style>
span { border-color: #046E16; }
span { border-color: rgb(4,110,22); }
td.TdClassName
{
border-color: #046E16;
}
.TagClassName
{
border-color: #046E16;
}
</style>