Shades of Green #046414
Tints of Green #046414
RGB
CMYK
RGB Variations
Color information
#046414 (or 0x046414) is known color: Green. HEX triplet: 04, 64 and 14. RGB value is (4,100,20). Sum of RGB (Red+Green+Blue) = 4+100+20=124 (16% of max value = 765). Red value is 4 (1.95% from 255 or 3.23% from 124); Green value is 100 (39.45% from 255 or 80.65% from 124); Blue value is 20 (8.20% from 255 or 16.13% from 124); Max value from RGB is 100 - color contains mainly: green. Hex color #046414 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #046414 is #FB9BEB. Grayscale: #3E3E3E. Windows color (decimal): -16489452 or 1336324. OLE color: 1336324.
HSL color Cylindrical-coordinate representation of color #046414: hue angle of 130º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #046414 is Cyan = 0.96, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 4 | 100 | 20 | - |
| CMYK | 0.96 | 0 | 0.8 | 0.61 |
| HSL | 130º | 0.92% | 0.2% | - |
| HSV(B) | 130º | 0.96% | 0.39% | - |
| XYZ | 4.73 | 9.19 | 2.19 | - |
| YUV | 62.18 | 104.2 | 86.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 100 | 20 | 0.96 | 0 | 0.8 | 0.61 | 130 | 0.92 | 0.2 |
| Hex | 4 | 64 | 14 | 60 | 0 | 50 | 3D | 82 | 5C | 14 |
| Octal | 4 | 144 | 24 | 140 | 0 | 120 | 75 | 202 | 134 | 24 |
| Binary | 100 | 1100100 | 10100 | 1100000 | 0 | 1010000 | 111101 | 10000010 | 1011100 | 10100 |
Color Harmonies of #046414
Complementary color
Monochromatic Colors of #046414
Black with #046414
Text Example
Text Example
White with #046414
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #046414; }
p { color: rgb(4,100,20); }
H1.HeaderClassName
{
color: #046414;
}
.AnyTagClassName
{
color: #046414;
}
</style>
background-color css
<style>
a { background-color: #046414; }
a { background-color: rgb(4,100,20); }
div.DivClassName
{
background-color: #046414;
}
.BgClassName
{
background-color: #046414;
}
</style>
border-color css
<style>
span { border-color: #046414; }
span { border-color: rgb(4,100,20); }
td.TdClassName
{
border-color: #046414;
}
.TagClassName
{
border-color: #046414;
}
</style>