Shades of Green Leaf #4D732B
Tints of Green Leaf #4D732B
RGB
CMYK
RGB Variations
Color information
#4D732B (or 0x4D732B) is known color: Green Leaf. HEX triplet: 4D, 73 and 2B. RGB value is (77,115,43). Sum of RGB (Red+Green+Blue) = 77+115+43=235 (31% of max value = 765). Red value is 77 (30.47% from 255 or 32.77% from 235); Green value is 115 (45.31% from 255 or 48.94% from 235); Blue value is 43 (17.19% from 255 or 18.30% from 235); Max value from RGB is 115 - color contains mainly: green. Hex color #4D732B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D732B is #B28CD4. Grayscale: #5F5F5F. Windows color (decimal): -11701461 or 2847565. OLE color: 2847565.
HSL color Cylindrical-coordinate representation of color #4D732B: hue angle of 91.67º degrees, saturation: 0.46, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4D732B is Cyan = 0.33, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 77 | 115 | 43 | - |
| CMYK | 0.33 | 0 | 0.63 | 0.55 |
| HSL | 91.67º | 0.46% | 0.31% | - |
| HSV(B) | 91.67º | 0.63% | 0.45% | - |
| XYZ | 9.63 | 14.01 | 4.48 | - |
| YUV | 95.43 | 98.41 | 114.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 115 | 43 | 0.33 | 0 | 0.63 | 0.55 | 91.67 | 0.46 | 0.31 |
| Hex | 4D | 73 | 2B | 21 | 0 | 3F | 37 | 5C | 2E | 1F |
| Octal | 115 | 163 | 53 | 41 | 0 | 77 | 67 | 134 | 56 | 37 |
| Binary | 1001101 | 1110011 | 101011 | 100001 | 0 | 111111 | 110111 | 1011100 | 101110 | 11111 |
Color Harmonies of #4D732B
Complementary color
Monochromatic Colors of #4D732B
Black with #4D732B
Text Example
Text Example
White with #4D732B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D732B; }
p { color: rgb(77,115,43); }
H1.HeaderClassName
{
color: #4D732B;
}
.AnyTagClassName
{
color: #4D732B;
}
</style>
background-color css
<style>
a { background-color: #4D732B; }
a { background-color: rgb(77,115,43); }
div.DivClassName
{
background-color: #4D732B;
}
.BgClassName
{
background-color: #4D732B;
}
</style>
border-color css
<style>
span { border-color: #4D732B; }
span { border-color: rgb(77,115,43); }
td.TdClassName
{
border-color: #4D732B;
}
.TagClassName
{
border-color: #4D732B;
}
</style>