Shades of Green #04620E
Tints of Green #04620E
RGB
CMYK
RGB Variations
Color information
#04620E (or 0x04620E) is known color: Green. HEX triplet: 04, 62 and 0E. RGB value is (4,98,14). Sum of RGB (Red+Green+Blue) = 4+98+14=116 (15% of max value = 765). Red value is 4 (1.95% from 255 or 3.45% from 116); Green value is 98 (38.67% from 255 or 84.48% from 116); Blue value is 14 (5.86% from 255 or 12.07% from 116); Max value from RGB is 98 - color contains mainly: green. Hex color #04620E is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #04620E is #FB9DF1. Grayscale: #3C3C3C. Windows color (decimal): -16489970 or 942596. OLE color: 942596.
HSL color Cylindrical-coordinate representation of color #04620E: hue angle of 126.38º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #04620E is Cyan = 0.96, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 4 | 98 | 14 | - |
| CMYK | 0.96 | 0 | 0.86 | 0.62 |
| HSL | 126.38º | 0.92% | 0.2% | - |
| HSV(B) | 126.38º | 0.96% | 0.38% | - |
| XYZ | 4.5 | 8.79 | 1.88 | - |
| YUV | 60.32 | 101.86 | 87.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 98 | 14 | 0.96 | 0 | 0.86 | 0.62 | 126.38 | 0.92 | 0.2 |
| Hex | 4 | 62 | E | 60 | 0 | 56 | 3E | 7E | 5C | 14 |
| Octal | 4 | 142 | 16 | 140 | 0 | 126 | 76 | 176 | 134 | 24 |
| Binary | 100 | 1100010 | 1110 | 1100000 | 0 | 1010110 | 111110 | 1111110 | 1011100 | 10100 |
Color Harmonies of #04620E
Complementary color
Monochromatic Colors of #04620E
Black with #04620E
Text Example
Text Example
White with #04620E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04620E; }
p { color: rgb(4,98,14); }
H1.HeaderClassName
{
color: #04620E;
}
.AnyTagClassName
{
color: #04620E;
}
</style>
background-color css
<style>
a { background-color: #04620E; }
a { background-color: rgb(4,98,14); }
div.DivClassName
{
background-color: #04620E;
}
.BgClassName
{
background-color: #04620E;
}
</style>
border-color css
<style>
span { border-color: #04620E; }
span { border-color: rgb(4,98,14); }
td.TdClassName
{
border-color: #04620E;
}
.TagClassName
{
border-color: #04620E;
}
</style>