Shades of Green Leaf #4D732C
Tints of Green Leaf #4D732C
RGB
CMYK
RGB Variations
Color information
#4D732C (or 0x4D732C) is known color: Green Leaf. HEX triplet: 4D, 73 and 2C. RGB value is (77,115,44). Sum of RGB (Red+Green+Blue) = 77+115+44=236 (31% of max value = 765). Red value is 77 (30.47% from 255 or 32.63% from 236); Green value is 115 (45.31% from 255 or 48.73% from 236); Blue value is 44 (17.58% from 255 or 18.64% from 236); Max value from RGB is 115 - color contains mainly: green. Hex color #4D732C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D732C is #B28CD3. Grayscale: #5F5F5F. Windows color (decimal): -11701460 or 2913101. OLE color: 2913101.
HSL color Cylindrical-coordinate representation of color #4D732C: hue angle of 92.11º degrees, saturation: 0.45, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4D732C is Cyan = 0.33, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 77 | 115 | 44 | - |
| CMYK | 0.33 | 0 | 0.62 | 0.55 |
| HSL | 92.11º | 0.45% | 0.31% | - |
| HSV(B) | 92.11º | 0.62% | 0.45% | - |
| XYZ | 9.65 | 14.02 | 4.58 | - |
| YUV | 95.54 | 98.91 | 114.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 115 | 44 | 0.33 | 0 | 0.62 | 0.55 | 92.11 | 0.45 | 0.31 |
| Hex | 4D | 73 | 2C | 21 | 0 | 3E | 37 | 5C | 2D | 1F |
| Octal | 115 | 163 | 54 | 41 | 0 | 76 | 67 | 134 | 55 | 37 |
| Binary | 1001101 | 1110011 | 101100 | 100001 | 0 | 111110 | 110111 | 1011100 | 101101 | 11111 |
Color Harmonies of #4D732C
Complementary color
Monochromatic Colors of #4D732C
Black with #4D732C
Text Example
Text Example
White with #4D732C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D732C; }
p { color: rgb(77,115,44); }
H1.HeaderClassName
{
color: #4D732C;
}
.AnyTagClassName
{
color: #4D732C;
}
</style>
background-color css
<style>
a { background-color: #4D732C; }
a { background-color: rgb(77,115,44); }
div.DivClassName
{
background-color: #4D732C;
}
.BgClassName
{
background-color: #4D732C;
}
</style>
border-color css
<style>
span { border-color: #4D732C; }
span { border-color: rgb(77,115,44); }
td.TdClassName
{
border-color: #4D732C;
}
.TagClassName
{
border-color: #4D732C;
}
</style>