Shades of Green #04860C
Tints of Green #04860C
RGB
CMYK
RGB Variations
Color information
#04860C (or 0x04860C) is known color: Green. HEX triplet: 04, 86 and 0C. RGB value is (4,134,12). Sum of RGB (Red+Green+Blue) = 4+134+12=150 (19% of max value = 765). Red value is 4 (1.95% from 255 or 2.67% from 150); Green value is 134 (52.73% from 255 or 89.33% from 150); Blue value is 12 (5.08% from 255 or 8% from 150); Max value from RGB is 134 - color contains mainly: green. Hex color #04860C is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #04860C is #FB79F3. Grayscale: #515151. Windows color (decimal): -16480756 or 820740. OLE color: 820740.
HSL color Cylindrical-coordinate representation of color #04860C: hue angle of 123.69º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #04860C is Cyan = 0.97, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 4 | 134 | 12 | - |
| CMYK | 0.97 | 0 | 0.91 | 0.47 |
| HSL | 123.69º | 0.94% | 0.27% | - |
| HSV(B) | 123.69º | 0.97% | 0.53% | - |
| XYZ | 8.64 | 17.1 | 3.19 | - |
| YUV | 81.22 | 88.93 | 72.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 134 | 12 | 0.97 | 0 | 0.91 | 0.47 | 123.69 | 0.94 | 0.27 |
| Hex | 4 | 86 | C | 61 | 0 | 5B | 2F | 7C | 5E | 1B |
| Octal | 4 | 206 | 14 | 141 | 0 | 133 | 57 | 174 | 136 | 33 |
| Binary | 100 | 10000110 | 1100 | 1100001 | 0 | 1011011 | 101111 | 1111100 | 1011110 | 11011 |
Color Harmonies of #04860C
Complementary color
Monochromatic Colors of #04860C
Black with #04860C
Text Example
Text Example
White with #04860C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04860C; }
p { color: rgb(4,134,12); }
H1.HeaderClassName
{
color: #04860C;
}
.AnyTagClassName
{
color: #04860C;
}
</style>
background-color css
<style>
a { background-color: #04860C; }
a { background-color: rgb(4,134,12); }
div.DivClassName
{
background-color: #04860C;
}
.BgClassName
{
background-color: #04860C;
}
</style>
border-color css
<style>
span { border-color: #04860C; }
span { border-color: rgb(4,134,12); }
td.TdClassName
{
border-color: #04860C;
}
.TagClassName
{
border-color: #04860C;
}
</style>