Shades of Green #047613
Tints of Green #047613
RGB
CMYK
RGB Variations
Color information
#047613 (or 0x047613) is known color: Green. HEX triplet: 04, 76 and 13. RGB value is (4,118,19). Sum of RGB (Red+Green+Blue) = 4+118+19=141 (18% of max value = 765). Red value is 4 (1.95% from 255 or 2.84% from 141); Green value is 118 (46.48% from 255 or 83.69% from 141); Blue value is 19 (7.81% from 255 or 13.48% from 141); Max value from RGB is 118 - color contains mainly: green. Hex color #047613 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #047613 is #FB89EC. Grayscale: #484848. Windows color (decimal): -16484845 or 1275396. OLE color: 1275396.
HSL color Cylindrical-coordinate representation of color #047613: hue angle of 127.89º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #047613 is Cyan = 0.97, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 4 | 118 | 19 | - |
| CMYK | 0.97 | 0 | 0.84 | 0.54 |
| HSL | 127.89º | 0.93% | 0.24% | - |
| HSV(B) | 127.89º | 0.97% | 0.46% | - |
| XYZ | 6.65 | 13.03 | 2.78 | - |
| YUV | 72.63 | 97.73 | 79.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 118 | 19 | 0.97 | 0 | 0.84 | 0.54 | 127.89 | 0.93 | 0.24 |
| Hex | 4 | 76 | 13 | 61 | 0 | 54 | 36 | 80 | 5D | 18 |
| Octal | 4 | 166 | 23 | 141 | 0 | 124 | 66 | 200 | 135 | 30 |
| Binary | 100 | 1110110 | 10011 | 1100001 | 0 | 1010100 | 110110 | 10000000 | 1011101 | 11000 |
Color Harmonies of #047613
Complementary color
Monochromatic Colors of #047613
Black with #047613
Text Example
Text Example
White with #047613
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #047613; }
p { color: rgb(4,118,19); }
H1.HeaderClassName
{
color: #047613;
}
.AnyTagClassName
{
color: #047613;
}
</style>
background-color css
<style>
a { background-color: #047613; }
a { background-color: rgb(4,118,19); }
div.DivClassName
{
background-color: #047613;
}
.BgClassName
{
background-color: #047613;
}
</style>
border-color css
<style>
span { border-color: #047613; }
span { border-color: rgb(4,118,19); }
td.TdClassName
{
border-color: #047613;
}
.TagClassName
{
border-color: #047613;
}
</style>