Shades of Green Leaf #4D770D
Tints of Green Leaf #4D770D
RGB
CMYK
RGB Variations
Color information
#4D770D (or 0x4D770D) is known color: Green Leaf. HEX triplet: 4D, 77 and 0D. RGB value is (77,119,13). Sum of RGB (Red+Green+Blue) = 77+119+13=209 (27% of max value = 765). Red value is 77 (30.47% from 255 or 36.84% from 209); Green value is 119 (46.88% from 255 or 56.94% from 209); Blue value is 13 (5.47% from 255 or 6.22% from 209); Max value from RGB is 119 - color contains mainly: green. Hex color #4D770D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4D770D is #B288F2. Grayscale: #5E5E5E. Windows color (decimal): -11700467 or 882509. OLE color: 882509.
HSL color Cylindrical-coordinate representation of color #4D770D: hue angle of 83.77º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4D770D is Cyan = 0.35, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 77 | 119 | 13 | - |
| CMYK | 0.35 | 0 | 0.89 | 0.53 |
| HSL | 83.77º | 0.8% | 0.26% | - |
| HSV(B) | 83.77º | 0.89% | 0.47% | - |
| XYZ | 9.73 | 14.8 | 2.72 | - |
| YUV | 94.36 | 82.09 | 115.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 119 | 13 | 0.35 | 0 | 0.89 | 0.53 | 83.77 | 0.8 | 0.26 |
| Hex | 4D | 77 | D | 23 | 0 | 59 | 35 | 54 | 50 | 1A |
| Octal | 115 | 167 | 15 | 43 | 0 | 131 | 65 | 124 | 120 | 32 |
| Binary | 1001101 | 1110111 | 1101 | 100011 | 0 | 1011001 | 110101 | 1010100 | 1010000 | 11010 |
Color Harmonies of #4D770D
Complementary color
Monochromatic Colors of #4D770D
Black with #4D770D
Text Example
Text Example
White with #4D770D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D770D; }
p { color: rgb(77,119,13); }
H1.HeaderClassName
{
color: #4D770D;
}
.AnyTagClassName
{
color: #4D770D;
}
</style>
background-color css
<style>
a { background-color: #4D770D; }
a { background-color: rgb(77,119,13); }
div.DivClassName
{
background-color: #4D770D;
}
.BgClassName
{
background-color: #4D770D;
}
</style>
border-color css
<style>
span { border-color: #4D770D; }
span { border-color: rgb(77,119,13); }
td.TdClassName
{
border-color: #4D770D;
}
.TagClassName
{
border-color: #4D770D;
}
</style>