Shades of Green #04850D
Tints of Green #04850D
RGB
CMYK
RGB Variations
Color information
#04850D (or 0x04850D) is known color: Green. HEX triplet: 04, 85 and 0D. RGB value is (4,133,13). Sum of RGB (Red+Green+Blue) = 4+133+13=150 (19% of max value = 765). Red value is 4 (1.95% from 255 or 2.67% from 150); Green value is 133 (52.34% from 255 or 88.67% from 150); Blue value is 13 (5.47% from 255 or 8.67% from 150); Max value from RGB is 133 - color contains mainly: green. Hex color #04850D is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #04850D is #FB7AF2. Grayscale: #515151. Windows color (decimal): -16481011 or 886020. OLE color: 886020.
HSL color Cylindrical-coordinate representation of color #04850D: hue angle of 124.19º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #04850D is Cyan = 0.97, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 4 | 133 | 13 | - |
| CMYK | 0.97 | 0 | 0.90 | 0.48 |
| HSL | 124.19º | 0.94% | 0.27% | - |
| HSV(B) | 124.19º | 0.97% | 0.52% | - |
| XYZ | 8.51 | 16.83 | 3.18 | - |
| YUV | 80.75 | 89.76 | 73.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 133 | 13 | 0.97 | 0 | 0.90 | 0.48 | 124.19 | 0.94 | 0.27 |
| Hex | 4 | 85 | D | 61 | 0 | 5A | 30 | 7C | 5E | 1B |
| Octal | 4 | 205 | 15 | 141 | 0 | 132 | 60 | 174 | 136 | 33 |
| Binary | 100 | 10000101 | 1101 | 1100001 | 0 | 1011010 | 110000 | 1111100 | 1011110 | 11011 |
Color Harmonies of #04850D
Complementary color
Monochromatic Colors of #04850D
Black with #04850D
Text Example
Text Example
White with #04850D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04850D; }
p { color: rgb(4,133,13); }
H1.HeaderClassName
{
color: #04850D;
}
.AnyTagClassName
{
color: #04850D;
}
</style>
background-color css
<style>
a { background-color: #04850D; }
a { background-color: rgb(4,133,13); }
div.DivClassName
{
background-color: #04850D;
}
.BgClassName
{
background-color: #04850D;
}
</style>
border-color css
<style>
span { border-color: #04850D; }
span { border-color: rgb(4,133,13); }
td.TdClassName
{
border-color: #04850D;
}
.TagClassName
{
border-color: #04850D;
}
</style>