Shades of Green #04771C
Tints of Green #04771C
RGB
CMYK
RGB Variations
Color information
#04771C (or 0x04771C) is known color: Green. HEX triplet: 04, 77 and 1C. RGB value is (4,119,28). Sum of RGB (Red+Green+Blue) = 4+119+28=151 (20% of max value = 765). Red value is 4 (1.95% from 255 or 2.65% from 151); Green value is 119 (46.88% from 255 or 78.81% from 151); Blue value is 28 (11.33% from 255 or 18.54% from 151); Max value from RGB is 119 - color contains mainly: green. Hex color #04771C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #04771C is #FB88E3. Grayscale: #4A4A4A. Windows color (decimal): -16484580 or 1865476. OLE color: 1865476.
HSL color Cylindrical-coordinate representation of color #04771C: hue angle of 132.52º 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 #04771C is Cyan = 0.97, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 4 | 119 | 28 | - |
| CMYK | 0.97 | 0 | 0.76 | 0.53 |
| HSL | 132.52º | 0.93% | 0.24% | - |
| HSV(B) | 132.52º | 0.97% | 0.47% | - |
| XYZ | 6.86 | 13.3 | 3.31 | - |
| YUV | 74.24 | 101.9 | 77.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 119 | 28 | 0.97 | 0 | 0.76 | 0.53 | 132.52 | 0.93 | 0.24 |
| Hex | 4 | 77 | 1C | 61 | 0 | 4C | 35 | 85 | 5D | 18 |
| Octal | 4 | 167 | 34 | 141 | 0 | 114 | 65 | 205 | 135 | 30 |
| Binary | 100 | 1110111 | 11100 | 1100001 | 0 | 1001100 | 110101 | 10000101 | 1011101 | 11000 |
Color Harmonies of #04771C
Complementary color
Monochromatic Colors of #04771C
Black with #04771C
Text Example
Text Example
White with #04771C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04771C; }
p { color: rgb(4,119,28); }
H1.HeaderClassName
{
color: #04771C;
}
.AnyTagClassName
{
color: #04771C;
}
</style>
background-color css
<style>
a { background-color: #04771C; }
a { background-color: rgb(4,119,28); }
div.DivClassName
{
background-color: #04771C;
}
.BgClassName
{
background-color: #04771C;
}
</style>
border-color css
<style>
span { border-color: #04771C; }
span { border-color: rgb(4,119,28); }
td.TdClassName
{
border-color: #04771C;
}
.TagClassName
{
border-color: #04771C;
}
</style>