Shades of Green #04620C
Tints of Green #04620C
RGB
CMYK
RGB Variations
Color information
#04620C (or 0x04620C) is known color: Green. HEX triplet: 04, 62 and 0C. RGB value is (4,98,12). Sum of RGB (Red+Green+Blue) = 4+98+12=114 (15% of max value = 765). Red value is 4 (1.95% from 255 or 3.51% from 114); Green value is 98 (38.67% from 255 or 85.96% from 114); Blue value is 12 (5.08% from 255 or 10.53% from 114); Max value from RGB is 98 - color contains mainly: green. Hex color #04620C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #04620C is #FB9DF3. Grayscale: #3C3C3C. Windows color (decimal): -16489972 or 811524. OLE color: 811524.
HSL color Cylindrical-coordinate representation of color #04620C: hue angle of 125.11º 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 #04620C is Cyan = 0.96, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 4 | 98 | 12 | - |
| CMYK | 0.96 | 0 | 0.88 | 0.62 |
| HSL | 125.11º | 0.92% | 0.2% | - |
| HSV(B) | 125.11º | 0.96% | 0.38% | - |
| XYZ | 4.48 | 8.79 | 1.81 | - |
| YUV | 60.09 | 100.86 | 87.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 98 | 12 | 0.96 | 0 | 0.88 | 0.62 | 125.11 | 0.92 | 0.2 |
| Hex | 4 | 62 | C | 60 | 0 | 58 | 3E | 7D | 5C | 14 |
| Octal | 4 | 142 | 14 | 140 | 0 | 130 | 76 | 175 | 134 | 24 |
| Binary | 100 | 1100010 | 1100 | 1100000 | 0 | 1011000 | 111110 | 1111101 | 1011100 | 10100 |
Color Harmonies of #04620C
Complementary color
Monochromatic Colors of #04620C
Black with #04620C
Text Example
Text Example
White with #04620C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04620C; }
p { color: rgb(4,98,12); }
H1.HeaderClassName
{
color: #04620C;
}
.AnyTagClassName
{
color: #04620C;
}
</style>
background-color css
<style>
a { background-color: #04620C; }
a { background-color: rgb(4,98,12); }
div.DivClassName
{
background-color: #04620C;
}
.BgClassName
{
background-color: #04620C;
}
</style>
border-color css
<style>
span { border-color: #04620C; }
span { border-color: rgb(4,98,12); }
td.TdClassName
{
border-color: #04620C;
}
.TagClassName
{
border-color: #04620C;
}
</style>