Shades of Green Leaf #4D791C
Tints of Green Leaf #4D791C
RGB
CMYK
RGB Variations
Color information
#4D791C (or 0x4D791C) is known color: Green Leaf. HEX triplet: 4D, 79 and 1C. RGB value is (77,121,28). Sum of RGB (Red+Green+Blue) = 77+121+28=226 (29% of max value = 765). Red value is 77 (30.47% from 255 or 34.07% from 226); Green value is 121 (47.66% from 255 or 53.54% from 226); Blue value is 28 (11.33% from 255 or 12.39% from 226); Max value from RGB is 121 - color contains mainly: green. Hex color #4D791C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D791C is #B286E3. Grayscale: #616161. Windows color (decimal): -11699940 or 1866061. OLE color: 1866061.
HSL color Cylindrical-coordinate representation of color #4D791C: hue angle of 88.39º degrees, saturation: 0.62, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4D791C is Cyan = 0.36, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 77 | 121 | 28 | - |
| CMYK | 0.36 | 0 | 0.77 | 0.53 |
| HSL | 88.39º | 0.62% | 0.29% | - |
| HSV(B) | 88.39º | 0.77% | 0.47% | - |
| XYZ | 10.11 | 15.34 | 3.53 | - |
| YUV | 97.24 | 88.92 | 113.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 121 | 28 | 0.36 | 0 | 0.77 | 0.53 | 88.39 | 0.62 | 0.29 |
| Hex | 4D | 79 | 1C | 24 | 0 | 4D | 35 | 58 | 3E | 1D |
| Octal | 115 | 171 | 34 | 44 | 0 | 115 | 65 | 130 | 76 | 35 |
| Binary | 1001101 | 1111001 | 11100 | 100100 | 0 | 1001101 | 110101 | 1011000 | 111110 | 11101 |
Color Harmonies of #4D791C
Complementary color
Monochromatic Colors of #4D791C
Black with #4D791C
Text Example
Text Example
White with #4D791C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D791C; }
p { color: rgb(77,121,28); }
H1.HeaderClassName
{
color: #4D791C;
}
.AnyTagClassName
{
color: #4D791C;
}
</style>
background-color css
<style>
a { background-color: #4D791C; }
a { background-color: rgb(77,121,28); }
div.DivClassName
{
background-color: #4D791C;
}
.BgClassName
{
background-color: #4D791C;
}
</style>
border-color css
<style>
span { border-color: #4D791C; }
span { border-color: rgb(77,121,28); }
td.TdClassName
{
border-color: #4D791C;
}
.TagClassName
{
border-color: #4D791C;
}
</style>