Shades of Green Leaf #4D762B
Tints of Green Leaf #4D762B
RGB
CMYK
RGB Variations
Color information
#4D762B (or 0x4D762B) is known color: Green Leaf. HEX triplet: 4D, 76 and 2B. RGB value is (77,118,43). Sum of RGB (Red+Green+Blue) = 77+118+43=238 (31% of max value = 765). Red value is 77 (30.47% from 255 or 32.35% from 238); Green value is 118 (46.48% from 255 or 49.58% from 238); Blue value is 43 (17.19% from 255 or 18.07% from 238); Max value from RGB is 118 - color contains mainly: green. Hex color #4D762B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D762B is #B289D4. Grayscale: #616161. Windows color (decimal): -11700693 or 2848333. OLE color: 2848333.
HSL color Cylindrical-coordinate representation of color #4D762B: hue angle of 92.8º degrees, saturation: 0.47, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4D762B is Cyan = 0.35, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 77 | 118 | 43 | - |
| CMYK | 0.35 | 0 | 0.64 | 0.54 |
| HSL | 92.8º | 0.47% | 0.32% | - |
| HSV(B) | 92.8º | 0.64% | 0.46% | - |
| XYZ | 9.98 | 14.71 | 4.6 | - |
| YUV | 97.19 | 97.42 | 113.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 118 | 43 | 0.35 | 0 | 0.64 | 0.54 | 92.8 | 0.47 | 0.32 |
| Hex | 4D | 76 | 2B | 23 | 0 | 40 | 36 | 5D | 2F | 20 |
| Octal | 115 | 166 | 53 | 43 | 0 | 100 | 66 | 135 | 57 | 40 |
| Binary | 1001101 | 1110110 | 101011 | 100011 | 0 | 1000000 | 110110 | 1011101 | 101111 | 100000 |
Color Harmonies of #4D762B
Complementary color
Monochromatic Colors of #4D762B
Black with #4D762B
Text Example
Text Example
White with #4D762B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D762B; }
p { color: rgb(77,118,43); }
H1.HeaderClassName
{
color: #4D762B;
}
.AnyTagClassName
{
color: #4D762B;
}
</style>
background-color css
<style>
a { background-color: #4D762B; }
a { background-color: rgb(77,118,43); }
div.DivClassName
{
background-color: #4D762B;
}
.BgClassName
{
background-color: #4D762B;
}
</style>
border-color css
<style>
span { border-color: #4D762B; }
span { border-color: rgb(77,118,43); }
td.TdClassName
{
border-color: #4D762B;
}
.TagClassName
{
border-color: #4D762B;
}
</style>