Shades of Green #048510
Tints of Green #048510
RGB
CMYK
RGB Variations
Color information
#048510 (or 0x048510) is known color: Green. HEX triplet: 04, 85 and 10. RGB value is (4,133,16). Sum of RGB (Red+Green+Blue) = 4+133+16=153 (20% of max value = 765). Red value is 4 (1.95% from 255 or 2.61% from 153); Green value is 133 (52.34% from 255 or 86.93% from 153); Blue value is 16 (6.64% from 255 or 10.46% from 153); Max value from RGB is 133 - color contains mainly: green. Hex color #048510 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #048510 is #FB7AEF. Grayscale: #515151. Windows color (decimal): -16481008 or 1082628. OLE color: 1082628.
HSL color Cylindrical-coordinate representation of color #048510: hue angle of 125.58º 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 #048510 is Cyan = 0.97, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 4 | 133 | 16 | - |
| CMYK | 0.97 | 0 | 0.88 | 0.48 |
| HSL | 125.58º | 0.94% | 0.27% | - |
| HSV(B) | 125.58º | 0.97% | 0.52% | - |
| XYZ | 8.53 | 16.84 | 3.29 | - |
| YUV | 81.09 | 91.26 | 73.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 133 | 16 | 0.97 | 0 | 0.88 | 0.48 | 125.58 | 0.94 | 0.27 |
| Hex | 4 | 85 | 10 | 61 | 0 | 58 | 30 | 7E | 5E | 1B |
| Octal | 4 | 205 | 20 | 141 | 0 | 130 | 60 | 176 | 136 | 33 |
| Binary | 100 | 10000101 | 10000 | 1100001 | 0 | 1011000 | 110000 | 1111110 | 1011110 | 11011 |
Color Harmonies of #048510
Complementary color
Monochromatic Colors of #048510
Black with #048510
Text Example
Text Example
White with #048510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #048510; }
p { color: rgb(4,133,16); }
H1.HeaderClassName
{
color: #048510;
}
.AnyTagClassName
{
color: #048510;
}
</style>
background-color css
<style>
a { background-color: #048510; }
a { background-color: rgb(4,133,16); }
div.DivClassName
{
background-color: #048510;
}
.BgClassName
{
background-color: #048510;
}
</style>
border-color css
<style>
span { border-color: #048510; }
span { border-color: rgb(4,133,16); }
td.TdClassName
{
border-color: #048510;
}
.TagClassName
{
border-color: #048510;
}
</style>