Shades of Green Leaf #4D6C27
Tints of Green Leaf #4D6C27
RGB
CMYK
RGB Variations
Color information
#4D6C27 (or 0x4D6C27) is known color: Green Leaf. HEX triplet: 4D, 6C and 27. RGB value is (77,108,39). Sum of RGB (Red+Green+Blue) = 77+108+39=224 (29% of max value = 765). Red value is 77 (30.47% from 255 or 34.38% from 224); Green value is 108 (42.58% from 255 or 48.21% from 224); Blue value is 39 (15.62% from 255 or 17.41% from 224); Max value from RGB is 108 - color contains mainly: green. Hex color #4D6C27 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D6C27 is #B293D8. Grayscale: #5B5B5B. Windows color (decimal): -11703257 or 2583629. OLE color: 2583629.
HSL color Cylindrical-coordinate representation of color #4D6C27: hue angle of 86.96º degrees, saturation: 0.47, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4D6C27 is Cyan = 0.29, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 77 | 108 | 39 | - |
| CMYK | 0.29 | 0 | 0.64 | 0.58 |
| HSL | 86.96º | 0.47% | 0.29% | - |
| HSV(B) | 86.96º | 0.64% | 0.42% | - |
| XYZ | 8.79 | 12.45 | 3.86 | - |
| YUV | 90.87 | 98.73 | 118.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 108 | 39 | 0.29 | 0 | 0.64 | 0.58 | 86.96 | 0.47 | 0.29 |
| Hex | 4D | 6C | 27 | 1D | 0 | 40 | 3A | 57 | 2F | 1D |
| Octal | 115 | 154 | 47 | 35 | 0 | 100 | 72 | 127 | 57 | 35 |
| Binary | 1001101 | 1101100 | 100111 | 11101 | 0 | 1000000 | 111010 | 1010111 | 101111 | 11101 |
Color Harmonies of #4D6C27
Complementary color
Monochromatic Colors of #4D6C27
Black with #4D6C27
Text Example
Text Example
White with #4D6C27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D6C27; }
p { color: rgb(77,108,39); }
H1.HeaderClassName
{
color: #4D6C27;
}
.AnyTagClassName
{
color: #4D6C27;
}
</style>
background-color css
<style>
a { background-color: #4D6C27; }
a { background-color: rgb(77,108,39); }
div.DivClassName
{
background-color: #4D6C27;
}
.BgClassName
{
background-color: #4D6C27;
}
</style>
border-color css
<style>
span { border-color: #4D6C27; }
span { border-color: rgb(77,108,39); }
td.TdClassName
{
border-color: #4D6C27;
}
.TagClassName
{
border-color: #4D6C27;
}
</style>