Shades of Green #04620A
Tints of Green #04620A
RGB
CMYK
RGB Variations
Color information
#04620A (or 0x04620A) is known color: Green. HEX triplet: 04, 62 and 0A. RGB value is (4,98,10). Sum of RGB (Red+Green+Blue) = 4+98+10=112 (14% of max value = 765). Red value is 4 (1.95% from 255 or 3.57% from 112); Green value is 98 (38.67% from 255 or 87.5% from 112); Blue value is 10 (4.30% from 255 or 8.93% from 112); Max value from RGB is 98 - color contains mainly: green. Hex color #04620A is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #04620A is #FB9DF5. Grayscale: #3C3C3C. Windows color (decimal): -16489974 or 680452. OLE color: 680452.
HSL color Cylindrical-coordinate representation of color #04620A: hue angle of 123.83º 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 #04620A is Cyan = 0.96, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 4 | 98 | 10 | - |
| CMYK | 0.96 | 0 | 0.90 | 0.62 |
| HSL | 123.83º | 0.92% | 0.2% | - |
| HSV(B) | 123.83º | 0.96% | 0.38% | - |
| XYZ | 4.47 | 8.78 | 1.75 | - |
| YUV | 59.86 | 99.86 | 88.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 98 | 10 | 0.96 | 0 | 0.90 | 0.62 | 123.83 | 0.92 | 0.2 |
| Hex | 4 | 62 | A | 60 | 0 | 5A | 3E | 7C | 5C | 14 |
| Octal | 4 | 142 | 12 | 140 | 0 | 132 | 76 | 174 | 134 | 24 |
| Binary | 100 | 1100010 | 1010 | 1100000 | 0 | 1011010 | 111110 | 1111100 | 1011100 | 10100 |
Color Harmonies of #04620A
Complementary color
Monochromatic Colors of #04620A
Black with #04620A
Text Example
Text Example
White with #04620A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04620A; }
p { color: rgb(4,98,10); }
H1.HeaderClassName
{
color: #04620A;
}
.AnyTagClassName
{
color: #04620A;
}
</style>
background-color css
<style>
a { background-color: #04620A; }
a { background-color: rgb(4,98,10); }
div.DivClassName
{
background-color: #04620A;
}
.BgClassName
{
background-color: #04620A;
}
</style>
border-color css
<style>
span { border-color: #04620A; }
span { border-color: rgb(4,98,10); }
td.TdClassName
{
border-color: #04620A;
}
.TagClassName
{
border-color: #04620A;
}
</style>