Shades of Green Leaf #4A771C
Tints of Green Leaf #4A771C
RGB
CMYK
RGB Variations
Color information
#4A771C (or 0x4A771C) is known color: Green Leaf. HEX triplet: 4A, 77 and 1C. RGB value is (74,119,28). Sum of RGB (Red+Green+Blue) = 74+119+28=221 (29% of max value = 765). Red value is 74 (29.30% from 255 or 33.48% from 221); Green value is 119 (46.88% from 255 or 53.85% from 221); Blue value is 28 (11.33% from 255 or 12.67% from 221); Max value from RGB is 119 - color contains mainly: green. Hex color #4A771C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A771C is #B588E3. Grayscale: #5F5F5F. Windows color (decimal): -11897060 or 1865546. OLE color: 1865546.
HSL color Cylindrical-coordinate representation of color #4A771C: hue angle of 89.67º degrees, saturation: 0.62, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4A771C is Cyan = 0.38, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 74 | 119 | 28 | - |
| CMYK | 0.38 | 0 | 0.76 | 0.53 |
| HSL | 89.67º | 0.62% | 0.29% | - |
| HSV(B) | 89.67º | 0.76% | 0.47% | - |
| XYZ | 9.63 | 14.73 | 3.43 | - |
| YUV | 95.17 | 90.09 | 112.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 119 | 28 | 0.38 | 0 | 0.76 | 0.53 | 89.67 | 0.62 | 0.29 |
| Hex | 4A | 77 | 1C | 26 | 0 | 4C | 35 | 5A | 3E | 1D |
| Octal | 112 | 167 | 34 | 46 | 0 | 114 | 65 | 132 | 76 | 35 |
| Binary | 1001010 | 1110111 | 11100 | 100110 | 0 | 1001100 | 110101 | 1011010 | 111110 | 11101 |
Color Harmonies of #4A771C
Complementary color
Monochromatic Colors of #4A771C
Black with #4A771C
Text Example
Text Example
White with #4A771C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A771C; }
p { color: rgb(74,119,28); }
H1.HeaderClassName
{
color: #4A771C;
}
.AnyTagClassName
{
color: #4A771C;
}
</style>
background-color css
<style>
a { background-color: #4A771C; }
a { background-color: rgb(74,119,28); }
div.DivClassName
{
background-color: #4A771C;
}
.BgClassName
{
background-color: #4A771C;
}
</style>
border-color css
<style>
span { border-color: #4A771C; }
span { border-color: rgb(74,119,28); }
td.TdClassName
{
border-color: #4A771C;
}
.TagClassName
{
border-color: #4A771C;
}
</style>