Shades of Green #047408
Tints of Green #047408
RGB
CMYK
RGB Variations
Color information
#047408 (or 0x047408) is known color: Green. HEX triplet: 04, 74 and 08. RGB value is (4,116,8). Sum of RGB (Red+Green+Blue) = 4+116+8=128 (16% of max value = 765). Red value is 4 (1.95% from 255 or 3.12% from 128); Green value is 116 (45.70% from 255 or 90.62% from 128); Blue value is 8 (3.52% from 255 or 6.25% from 128); Max value from RGB is 116 - color contains mainly: green. Hex color #047408 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #047408 is #FB8BF7. Grayscale: #464646. Windows color (decimal): -16485368 or 553988. OLE color: 553988.
HSL color Cylindrical-coordinate representation of color #047408: hue angle of 122.14º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #047408 is Cyan = 0.97, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 4 | 116 | 8 | - |
| CMYK | 0.97 | 0 | 0.93 | 0.55 |
| HSL | 122.14º | 0.93% | 0.24% | - |
| HSV(B) | 122.14º | 0.97% | 0.45% | - |
| XYZ | 6.34 | 12.53 | 2.31 | - |
| YUV | 70.2 | 92.89 | 80.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 116 | 8 | 0.97 | 0 | 0.93 | 0.55 | 122.14 | 0.93 | 0.24 |
| Hex | 4 | 74 | 8 | 61 | 0 | 5D | 37 | 7A | 5D | 18 |
| Octal | 4 | 164 | 10 | 141 | 0 | 135 | 67 | 172 | 135 | 30 |
| Binary | 100 | 1110100 | 1000 | 1100001 | 0 | 1011101 | 110111 | 1111010 | 1011101 | 11000 |
Color Harmonies of #047408
Complementary color
Monochromatic Colors of #047408
Black with #047408
Text Example
Text Example
White with #047408
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #047408; }
p { color: rgb(4,116,8); }
H1.HeaderClassName
{
color: #047408;
}
.AnyTagClassName
{
color: #047408;
}
</style>
background-color css
<style>
a { background-color: #047408; }
a { background-color: rgb(4,116,8); }
div.DivClassName
{
background-color: #047408;
}
.BgClassName
{
background-color: #047408;
}
</style>
border-color css
<style>
span { border-color: #047408; }
span { border-color: rgb(4,116,8); }
td.TdClassName
{
border-color: #047408;
}
.TagClassName
{
border-color: #047408;
}
</style>