Shades of Green #047505
Tints of Green #047505
RGB
CMYK
RGB Variations
Color information
#047505 (or 0x047505) is known color: Green. HEX triplet: 04, 75 and 05. RGB value is (4,117,5). Sum of RGB (Red+Green+Blue) = 4+117+5=126 (16% of max value = 765). Red value is 4 (1.95% from 255 or 3.17% from 126); Green value is 117 (46.09% from 255 or 92.86% from 126); Blue value is 5 (2.34% from 255 or 3.97% from 126); Max value from RGB is 117 - color contains mainly: green. Hex color #047505 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #047505 is #FB8AFA. Grayscale: #464646. Windows color (decimal): -16485115 or 357636. OLE color: 357636.
HSL color Cylindrical-coordinate representation of color #047505: hue angle of 120.53º 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 #047505 is Cyan = 0.97, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 4 | 117 | 5 | - |
| CMYK | 0.97 | 0 | 0.96 | 0.54 |
| HSL | 120.53º | 0.93% | 0.24% | - |
| HSV(B) | 120.53º | 0.97% | 0.46% | - |
| XYZ | 6.44 | 12.76 | 2.27 | - |
| YUV | 70.45 | 91.06 | 80.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 117 | 5 | 0.97 | 0 | 0.96 | 0.54 | 120.53 | 0.93 | 0.24 |
| Hex | 4 | 75 | 5 | 61 | 0 | 60 | 36 | 79 | 5D | 18 |
| Octal | 4 | 165 | 5 | 141 | 0 | 140 | 66 | 171 | 135 | 30 |
| Binary | 100 | 1110101 | 101 | 1100001 | 0 | 1100000 | 110110 | 1111001 | 1011101 | 11000 |
Color Harmonies of #047505
Complementary color
Monochromatic Colors of #047505
Black with #047505
Text Example
Text Example
White with #047505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #047505; }
p { color: rgb(4,117,5); }
H1.HeaderClassName
{
color: #047505;
}
.AnyTagClassName
{
color: #047505;
}
</style>
background-color css
<style>
a { background-color: #047505; }
a { background-color: rgb(4,117,5); }
div.DivClassName
{
background-color: #047505;
}
.BgClassName
{
background-color: #047505;
}
</style>
border-color css
<style>
span { border-color: #047505; }
span { border-color: rgb(4,117,5); }
td.TdClassName
{
border-color: #047505;
}
.TagClassName
{
border-color: #047505;
}
</style>