Shades of Green #04850C
Tints of Green #04850C
RGB
CMYK
RGB Variations
Color information
#04850C (or 0x04850C) is known color: Green. HEX triplet: 04, 85 and 0C. RGB value is (4,133,12). Sum of RGB (Red+Green+Blue) = 4+133+12=149 (19% of max value = 765). Red value is 4 (1.95% from 255 or 2.68% from 149); Green value is 133 (52.34% from 255 or 89.26% from 149); Blue value is 12 (5.08% from 255 or 8.05% from 149); Max value from RGB is 133 - color contains mainly: green. Hex color #04850C is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #04850C is #FB7AF3. Grayscale: #505050. Windows color (decimal): -16481012 or 820484. OLE color: 820484.
HSL color Cylindrical-coordinate representation of color #04850C: hue angle of 123.72º 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 #04850C is Cyan = 0.97, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 4 | 133 | 12 | - |
| CMYK | 0.97 | 0 | 0.91 | 0.48 |
| HSL | 123.72º | 0.94% | 0.27% | - |
| HSV(B) | 123.72º | 0.97% | 0.52% | - |
| XYZ | 8.5 | 16.83 | 3.15 | - |
| YUV | 80.64 | 89.26 | 73.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 133 | 12 | 0.97 | 0 | 0.91 | 0.48 | 123.72 | 0.94 | 0.27 |
| Hex | 4 | 85 | C | 61 | 0 | 5B | 30 | 7C | 5E | 1B |
| Octal | 4 | 205 | 14 | 141 | 0 | 133 | 60 | 174 | 136 | 33 |
| Binary | 100 | 10000101 | 1100 | 1100001 | 0 | 1011011 | 110000 | 1111100 | 1011110 | 11011 |
Color Harmonies of #04850C
Complementary color
Monochromatic Colors of #04850C
Black with #04850C
Text Example
Text Example
White with #04850C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04850C; }
p { color: rgb(4,133,12); }
H1.HeaderClassName
{
color: #04850C;
}
.AnyTagClassName
{
color: #04850C;
}
</style>
background-color css
<style>
a { background-color: #04850C; }
a { background-color: rgb(4,133,12); }
div.DivClassName
{
background-color: #04850C;
}
.BgClassName
{
background-color: #04850C;
}
</style>
border-color css
<style>
span { border-color: #04850C; }
span { border-color: rgb(4,133,12); }
td.TdClassName
{
border-color: #04850C;
}
.TagClassName
{
border-color: #04850C;
}
</style>