Shades of Green #04771F
Tints of Green #04771F
RGB
CMYK
RGB Variations
Color information
#04771F (or 0x04771F) is known color: Green. HEX triplet: 04, 77 and 1F. RGB value is (4,119,31). Sum of RGB (Red+Green+Blue) = 4+119+31=154 (20% of max value = 765). Red value is 4 (1.95% from 255 or 2.60% from 154); Green value is 119 (46.88% from 255 or 77.27% from 154); Blue value is 31 (12.5% from 255 or 20.13% from 154); Max value from RGB is 119 - color contains mainly: green. Hex color #04771F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #04771F is #FB88E0. Grayscale: #4A4A4A. Windows color (decimal): -16484577 or 2062084. OLE color: 2062084.
HSL color Cylindrical-coordinate representation of color #04771F: hue angle of 134.09º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #04771F is Cyan = 0.97, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 4 | 119 | 31 | - |
| CMYK | 0.97 | 0 | 0.74 | 0.53 |
| HSL | 134.09º | 0.93% | 0.24% | - |
| HSV(B) | 134.09º | 0.97% | 0.47% | - |
| XYZ | 6.89 | 13.32 | 3.5 | - |
| YUV | 74.58 | 103.4 | 77.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 119 | 31 | 0.97 | 0 | 0.74 | 0.53 | 134.09 | 0.93 | 0.24 |
| Hex | 4 | 77 | 1F | 61 | 0 | 4A | 35 | 86 | 5D | 18 |
| Octal | 4 | 167 | 37 | 141 | 0 | 112 | 65 | 206 | 135 | 30 |
| Binary | 100 | 1110111 | 11111 | 1100001 | 0 | 1001010 | 110101 | 10000110 | 1011101 | 11000 |
Color Harmonies of #04771F
Complementary color
Monochromatic Colors of #04771F
Black with #04771F
Text Example
Text Example
White with #04771F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04771F; }
p { color: rgb(4,119,31); }
H1.HeaderClassName
{
color: #04771F;
}
.AnyTagClassName
{
color: #04771F;
}
</style>
background-color css
<style>
a { background-color: #04771F; }
a { background-color: rgb(4,119,31); }
div.DivClassName
{
background-color: #04771F;
}
.BgClassName
{
background-color: #04771F;
}
</style>
border-color css
<style>
span { border-color: #04771F; }
span { border-color: rgb(4,119,31); }
td.TdClassName
{
border-color: #04771F;
}
.TagClassName
{
border-color: #04771F;
}
</style>