Shades of Green Leaf #4D7427
Tints of Green Leaf #4D7427
RGB
CMYK
RGB Variations
Color information
#4D7427 (or 0x4D7427) is known color: Green Leaf. HEX triplet: 4D, 74 and 27. RGB value is (77,116,39). Sum of RGB (Red+Green+Blue) = 77+116+39=232 (30% of max value = 765). Red value is 77 (30.47% from 255 or 33.19% from 232); Green value is 116 (45.70% from 255 or 50% from 232); Blue value is 39 (15.62% from 255 or 16.81% from 232); Max value from RGB is 116 - color contains mainly: green. Hex color #4D7427 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D7427 is #B28BD8. Grayscale: #5F5F5F. Windows color (decimal): -11701209 or 2585677. OLE color: 2585677.
HSL color Cylindrical-coordinate representation of color #4D7427: hue angle of 90.39º degrees, saturation: 0.5, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4D7427 is Cyan = 0.34, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 77 | 116 | 39 | - |
| CMYK | 0.34 | 0 | 0.66 | 0.55 |
| HSL | 90.39º | 0.5% | 0.3% | - |
| HSV(B) | 90.39º | 0.66% | 0.45% | - |
| XYZ | 9.67 | 14.22 | 4.15 | - |
| YUV | 95.56 | 96.08 | 114.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 116 | 39 | 0.34 | 0 | 0.66 | 0.55 | 90.39 | 0.5 | 0.3 |
| Hex | 4D | 74 | 27 | 22 | 0 | 42 | 37 | 5A | 32 | 1E |
| Octal | 115 | 164 | 47 | 42 | 0 | 102 | 67 | 132 | 62 | 36 |
| Binary | 1001101 | 1110100 | 100111 | 100010 | 0 | 1000010 | 110111 | 1011010 | 110010 | 11110 |
Color Harmonies of #4D7427
Complementary color
Monochromatic Colors of #4D7427
Black with #4D7427
Text Example
Text Example
White with #4D7427
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D7427; }
p { color: rgb(77,116,39); }
H1.HeaderClassName
{
color: #4D7427;
}
.AnyTagClassName
{
color: #4D7427;
}
</style>
background-color css
<style>
a { background-color: #4D7427; }
a { background-color: rgb(77,116,39); }
div.DivClassName
{
background-color: #4D7427;
}
.BgClassName
{
background-color: #4D7427;
}
</style>
border-color css
<style>
span { border-color: #4D7427; }
span { border-color: rgb(77,116,39); }
td.TdClassName
{
border-color: #4D7427;
}
.TagClassName
{
border-color: #4D7427;
}
</style>