Shades of Green Leaf #4D6F0D
Tints of Green Leaf #4D6F0D
RGB
CMYK
RGB Variations
Color information
#4D6F0D (or 0x4D6F0D) is known color: Green Leaf. HEX triplet: 4D, 6F and 0D. RGB value is (77,111,13). Sum of RGB (Red+Green+Blue) = 77+111+13=201 (26% of max value = 765). Red value is 77 (30.47% from 255 or 38.31% from 201); Green value is 111 (43.75% from 255 or 55.22% from 201); Blue value is 13 (5.47% from 255 or 6.47% from 201); Max value from RGB is 111 - color contains mainly: green. Hex color #4D6F0D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4D6F0D is #B290F2. Grayscale: #5A5A5A. Windows color (decimal): -11702515 or 880461. OLE color: 880461.
HSL color Cylindrical-coordinate representation of color #4D6F0D: hue angle of 80.82º degrees, saturation: 0.79, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4D6F0D is Cyan = 0.31, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 77 | 111 | 13 | - |
| CMYK | 0.31 | 0 | 0.88 | 0.56 |
| HSL | 80.82º | 0.79% | 0.24% | - |
| HSV(B) | 80.82º | 0.88% | 0.44% | - |
| XYZ | 8.82 | 12.98 | 2.42 | - |
| YUV | 89.66 | 84.74 | 118.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 111 | 13 | 0.31 | 0 | 0.88 | 0.56 | 80.82 | 0.79 | 0.24 |
| Hex | 4D | 6F | D | 1F | 0 | 58 | 38 | 51 | 4F | 18 |
| Octal | 115 | 157 | 15 | 37 | 0 | 130 | 70 | 121 | 117 | 30 |
| Binary | 1001101 | 1101111 | 1101 | 11111 | 0 | 1011000 | 111000 | 1010001 | 1001111 | 11000 |
Color Harmonies of #4D6F0D
Complementary color
Monochromatic Colors of #4D6F0D
Black with #4D6F0D
Text Example
Text Example
White with #4D6F0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D6F0D; }
p { color: rgb(77,111,13); }
H1.HeaderClassName
{
color: #4D6F0D;
}
.AnyTagClassName
{
color: #4D6F0D;
}
</style>
background-color css
<style>
a { background-color: #4D6F0D; }
a { background-color: rgb(77,111,13); }
div.DivClassName
{
background-color: #4D6F0D;
}
.BgClassName
{
background-color: #4D6F0D;
}
</style>
border-color css
<style>
span { border-color: #4D6F0D; }
span { border-color: rgb(77,111,13); }
td.TdClassName
{
border-color: #4D6F0D;
}
.TagClassName
{
border-color: #4D6F0D;
}
</style>