Shades of Green Leaf #4D752A
Tints of Green Leaf #4D752A
RGB
CMYK
RGB Variations
Color information
#4D752A (or 0x4D752A) is known color: Green Leaf. HEX triplet: 4D, 75 and 2A. RGB value is (77,117,42). Sum of RGB (Red+Green+Blue) = 77+117+42=236 (31% of max value = 765). Red value is 77 (30.47% from 255 or 32.63% from 236); Green value is 117 (46.09% from 255 or 49.58% from 236); Blue value is 42 (16.80% from 255 or 17.80% from 236); Max value from RGB is 117 - color contains mainly: green. Hex color #4D752A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D752A is #B28AD5. Grayscale: #606060. Windows color (decimal): -11700950 or 2782541. OLE color: 2782541.
HSL color Cylindrical-coordinate representation of color #4D752A: hue angle of 92º degrees, saturation: 0.47, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4D752A is Cyan = 0.34, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 77 | 117 | 42 | - |
| CMYK | 0.34 | 0 | 0.64 | 0.54 |
| HSL | 92º | 0.47% | 0.31% | - |
| HSV(B) | 92º | 0.64% | 0.46% | - |
| XYZ | 9.84 | 14.47 | 4.46 | - |
| YUV | 96.49 | 97.25 | 114.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 117 | 42 | 0.34 | 0 | 0.64 | 0.54 | 92 | 0.47 | 0.31 |
| Hex | 4D | 75 | 2A | 22 | 0 | 40 | 36 | 5C | 2F | 1F |
| Octal | 115 | 165 | 52 | 42 | 0 | 100 | 66 | 134 | 57 | 37 |
| Binary | 1001101 | 1110101 | 101010 | 100010 | 0 | 1000000 | 110110 | 1011100 | 101111 | 11111 |
Color Harmonies of #4D752A
Complementary color
Monochromatic Colors of #4D752A
Black with #4D752A
Text Example
Text Example
White with #4D752A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D752A; }
p { color: rgb(77,117,42); }
H1.HeaderClassName
{
color: #4D752A;
}
.AnyTagClassName
{
color: #4D752A;
}
</style>
background-color css
<style>
a { background-color: #4D752A; }
a { background-color: rgb(77,117,42); }
div.DivClassName
{
background-color: #4D752A;
}
.BgClassName
{
background-color: #4D752A;
}
</style>
border-color css
<style>
span { border-color: #4D752A; }
span { border-color: rgb(77,117,42); }
td.TdClassName
{
border-color: #4D752A;
}
.TagClassName
{
border-color: #4D752A;
}
</style>