Shades of Green Leaf #4D6B25
Tints of Green Leaf #4D6B25
RGB
CMYK
RGB Variations
Color information
#4D6B25 (or 0x4D6B25) is known color: Green Leaf. HEX triplet: 4D, 6B and 25. RGB value is (77,107,37). Sum of RGB (Red+Green+Blue) = 77+107+37=221 (29% of max value = 765). Red value is 77 (30.47% from 255 or 34.84% from 221); Green value is 107 (42.19% from 255 or 48.42% from 221); Blue value is 37 (14.84% from 255 or 16.74% from 221); Max value from RGB is 107 - color contains mainly: green. Hex color #4D6B25 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D6B25 is #B294DA. Grayscale: #5A5A5A. Windows color (decimal): -11703515 or 2452301. OLE color: 2452301.
HSL color Cylindrical-coordinate representation of color #4D6B25: hue angle of 85.71º degrees, saturation: 0.49, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4D6B25 is Cyan = 0.28, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 77 | 107 | 37 | - |
| CMYK | 0.28 | 0 | 0.65 | 0.58 |
| HSL | 85.71º | 0.49% | 0.28% | - |
| HSV(B) | 85.71º | 0.65% | 0.42% | - |
| XYZ | 8.65 | 12.23 | 3.65 | - |
| YUV | 90.05 | 98.06 | 118.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 107 | 37 | 0.28 | 0 | 0.65 | 0.58 | 85.71 | 0.49 | 0.28 |
| Hex | 4D | 6B | 25 | 1C | 0 | 41 | 3A | 56 | 31 | 1C |
| Octal | 115 | 153 | 45 | 34 | 0 | 101 | 72 | 126 | 61 | 34 |
| Binary | 1001101 | 1101011 | 100101 | 11100 | 0 | 1000001 | 111010 | 1010110 | 110001 | 11100 |
Color Harmonies of #4D6B25
Complementary color
Monochromatic Colors of #4D6B25
Black with #4D6B25
Text Example
Text Example
White with #4D6B25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D6B25; }
p { color: rgb(77,107,37); }
H1.HeaderClassName
{
color: #4D6B25;
}
.AnyTagClassName
{
color: #4D6B25;
}
</style>
background-color css
<style>
a { background-color: #4D6B25; }
a { background-color: rgb(77,107,37); }
div.DivClassName
{
background-color: #4D6B25;
}
.BgClassName
{
background-color: #4D6B25;
}
</style>
border-color css
<style>
span { border-color: #4D6B25; }
span { border-color: rgb(77,107,37); }
td.TdClassName
{
border-color: #4D6B25;
}
.TagClassName
{
border-color: #4D6B25;
}
</style>