Shades of Green #047607
Tints of Green #047607
RGB
CMYK
RGB Variations
Color information
#047607 (or 0x047607) is known color: Green. HEX triplet: 04, 76 and 07. RGB value is (4,118,7). Sum of RGB (Red+Green+Blue) = 4+118+7=129 (17% of max value = 765). Red value is 4 (1.95% from 255 or 3.10% from 129); Green value is 118 (46.48% from 255 or 91.47% from 129); Blue value is 7 (3.12% from 255 or 5.43% from 129); Max value from RGB is 118 - color contains mainly: green. Hex color #047607 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #047607 is #FB89F8. Grayscale: #474747. Windows color (decimal): -16484857 or 488964. OLE color: 488964.
HSL color Cylindrical-coordinate representation of color #047607: hue angle of 121.58º 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 #047607 is Cyan = 0.97, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 4 | 118 | 7 | - |
| CMYK | 0.97 | 0 | 0.94 | 0.54 |
| HSL | 121.58º | 0.93% | 0.24% | - |
| HSV(B) | 121.58º | 0.97% | 0.46% | - |
| XYZ | 6.57 | 13 | 2.36 | - |
| YUV | 71.26 | 91.73 | 80.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 118 | 7 | 0.97 | 0 | 0.94 | 0.54 | 121.58 | 0.93 | 0.24 |
| Hex | 4 | 76 | 7 | 61 | 0 | 5E | 36 | 7A | 5D | 18 |
| Octal | 4 | 166 | 7 | 141 | 0 | 136 | 66 | 172 | 135 | 30 |
| Binary | 100 | 1110110 | 111 | 1100001 | 0 | 1011110 | 110110 | 1111010 | 1011101 | 11000 |
Color Harmonies of #047607
Complementary color
Monochromatic Colors of #047607
Black with #047607
Text Example
Text Example
White with #047607
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #047607; }
p { color: rgb(4,118,7); }
H1.HeaderClassName
{
color: #047607;
}
.AnyTagClassName
{
color: #047607;
}
</style>
background-color css
<style>
a { background-color: #047607; }
a { background-color: rgb(4,118,7); }
div.DivClassName
{
background-color: #047607;
}
.BgClassName
{
background-color: #047607;
}
</style>
border-color css
<style>
span { border-color: #047607; }
span { border-color: rgb(4,118,7); }
td.TdClassName
{
border-color: #047607;
}
.TagClassName
{
border-color: #047607;
}
</style>