Shades of Green Leaf #4D761B
Tints of Green Leaf #4D761B
RGB
CMYK
RGB Variations
Color information
#4D761B (or 0x4D761B) is known color: Green Leaf. HEX triplet: 4D, 76 and 1B. RGB value is (77,118,27). Sum of RGB (Red+Green+Blue) = 77+118+27=222 (29% of max value = 765). Red value is 77 (30.47% from 255 or 34.68% from 222); Green value is 118 (46.48% from 255 or 53.15% from 222); Blue value is 27 (10.94% from 255 or 12.16% from 222); Max value from RGB is 118 - color contains mainly: green. Hex color #4D761B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D761B is #B289E4. Grayscale: #5F5F5F. Windows color (decimal): -11700709 or 1799757. OLE color: 1799757.
HSL color Cylindrical-coordinate representation of color #4D761B: hue angle of 87.03º degrees, saturation: 0.63, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4D761B is Cyan = 0.35, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 77 | 118 | 27 | - |
| CMYK | 0.35 | 0 | 0.77 | 0.54 |
| HSL | 87.03º | 0.63% | 0.28% | - |
| HSV(B) | 87.03º | 0.77% | 0.46% | - |
| XYZ | 9.74 | 14.61 | 3.34 | - |
| YUV | 95.37 | 89.42 | 114.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 118 | 27 | 0.35 | 0 | 0.77 | 0.54 | 87.03 | 0.63 | 0.28 |
| Hex | 4D | 76 | 1B | 23 | 0 | 4D | 36 | 57 | 3F | 1C |
| Octal | 115 | 166 | 33 | 43 | 0 | 115 | 66 | 127 | 77 | 34 |
| Binary | 1001101 | 1110110 | 11011 | 100011 | 0 | 1001101 | 110110 | 1010111 | 111111 | 11100 |
Color Harmonies of #4D761B
Complementary color
Monochromatic Colors of #4D761B
Black with #4D761B
Text Example
Text Example
White with #4D761B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D761B; }
p { color: rgb(77,118,27); }
H1.HeaderClassName
{
color: #4D761B;
}
.AnyTagClassName
{
color: #4D761B;
}
</style>
background-color css
<style>
a { background-color: #4D761B; }
a { background-color: rgb(77,118,27); }
div.DivClassName
{
background-color: #4D761B;
}
.BgClassName
{
background-color: #4D761B;
}
</style>
border-color css
<style>
span { border-color: #4D761B; }
span { border-color: rgb(77,118,27); }
td.TdClassName
{
border-color: #4D761B;
}
.TagClassName
{
border-color: #4D761B;
}
</style>