Shades of Green #04850B
Tints of Green #04850B
RGB
CMYK
RGB Variations
Color information
#04850B (or 0x04850B) is known color: Green. HEX triplet: 04, 85 and 0B. RGB value is (4,133,11). Sum of RGB (Red+Green+Blue) = 4+133+11=148 (19% of max value = 765). Red value is 4 (1.95% from 255 or 2.70% from 148); Green value is 133 (52.34% from 255 or 89.86% from 148); Blue value is 11 (4.69% from 255 or 7.43% from 148); Max value from RGB is 133 - color contains mainly: green. Hex color #04850B is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #04850B is #FB7AF4. Grayscale: #505050. Windows color (decimal): -16481013 or 754948. OLE color: 754948.
HSL color Cylindrical-coordinate representation of color #04850B: hue angle of 123.26º 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 #04850B is Cyan = 0.97, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 4 | 133 | 11 | - |
| CMYK | 0.97 | 0 | 0.92 | 0.48 |
| HSL | 123.26º | 0.94% | 0.27% | - |
| HSV(B) | 123.26º | 0.97% | 0.52% | - |
| XYZ | 8.5 | 16.83 | 3.12 | - |
| YUV | 80.52 | 88.76 | 73.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 133 | 11 | 0.97 | 0 | 0.92 | 0.48 | 123.26 | 0.94 | 0.27 |
| Hex | 4 | 85 | B | 61 | 0 | 5C | 30 | 7B | 5E | 1B |
| Octal | 4 | 205 | 13 | 141 | 0 | 134 | 60 | 173 | 136 | 33 |
| Binary | 100 | 10000101 | 1011 | 1100001 | 0 | 1011100 | 110000 | 1111011 | 1011110 | 11011 |
Color Harmonies of #04850B
Complementary color
Monochromatic Colors of #04850B
Black with #04850B
Text Example
Text Example
White with #04850B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04850B; }
p { color: rgb(4,133,11); }
H1.HeaderClassName
{
color: #04850B;
}
.AnyTagClassName
{
color: #04850B;
}
</style>
background-color css
<style>
a { background-color: #04850B; }
a { background-color: rgb(4,133,11); }
div.DivClassName
{
background-color: #04850B;
}
.BgClassName
{
background-color: #04850B;
}
</style>
border-color css
<style>
span { border-color: #04850B; }
span { border-color: rgb(4,133,11); }
td.TdClassName
{
border-color: #04850B;
}
.TagClassName
{
border-color: #04850B;
}
</style>