Shades of Green #047316
Tints of Green #047316
RGB
CMYK
RGB Variations
Color information
#047316 (or 0x047316) is known color: Green. HEX triplet: 04, 73 and 16. RGB value is (4,115,22). Sum of RGB (Red+Green+Blue) = 4+115+22=141 (18% of max value = 765). Red value is 4 (1.95% from 255 or 2.84% from 141); Green value is 115 (45.31% from 255 or 81.56% from 141); Blue value is 22 (8.98% from 255 or 15.60% from 141); Max value from RGB is 115 - color contains mainly: green. Hex color #047316 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #047316 is #FB8CE9. Grayscale: #474747. Windows color (decimal): -16485610 or 1471236. OLE color: 1471236.
HSL color Cylindrical-coordinate representation of color #047316: hue angle of 129.73º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #047316 is Cyan = 0.97, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 4 | 115 | 22 | - |
| CMYK | 0.97 | 0 | 0.81 | 0.55 |
| HSL | 129.73º | 0.93% | 0.23% | - |
| HSV(B) | 129.73º | 0.97% | 0.45% | - |
| XYZ | 6.33 | 12.35 | 2.81 | - |
| YUV | 71.21 | 100.23 | 80.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 115 | 22 | 0.97 | 0 | 0.81 | 0.55 | 129.73 | 0.93 | 0.23 |
| Hex | 4 | 73 | 16 | 61 | 0 | 51 | 37 | 82 | 5D | 17 |
| Octal | 4 | 163 | 26 | 141 | 0 | 121 | 67 | 202 | 135 | 27 |
| Binary | 100 | 1110011 | 10110 | 1100001 | 0 | 1010001 | 110111 | 10000010 | 1011101 | 10111 |
Color Harmonies of #047316
Complementary color
Monochromatic Colors of #047316
Black with #047316
Text Example
Text Example
White with #047316
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #047316; }
p { color: rgb(4,115,22); }
H1.HeaderClassName
{
color: #047316;
}
.AnyTagClassName
{
color: #047316;
}
</style>
background-color css
<style>
a { background-color: #047316; }
a { background-color: rgb(4,115,22); }
div.DivClassName
{
background-color: #047316;
}
.BgClassName
{
background-color: #047316;
}
</style>
border-color css
<style>
span { border-color: #047316; }
span { border-color: rgb(4,115,22); }
td.TdClassName
{
border-color: #047316;
}
.TagClassName
{
border-color: #047316;
}
</style>