Shades of Green Leaf #4D742B
Tints of Green Leaf #4D742B
RGB
CMYK
RGB Variations
Color information
#4D742B (or 0x4D742B) is known color: Green Leaf. HEX triplet: 4D, 74 and 2B. RGB value is (77,116,43). Sum of RGB (Red+Green+Blue) = 77+116+43=236 (31% of max value = 765). Red value is 77 (30.47% from 255 or 32.63% from 236); Green value is 116 (45.70% from 255 or 49.15% from 236); Blue value is 43 (17.19% from 255 or 18.22% from 236); Max value from RGB is 116 - color contains mainly: green. Hex color #4D742B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D742B is #B28BD4. Grayscale: #606060. Windows color (decimal): -11701205 or 2847821. OLE color: 2847821.
HSL color Cylindrical-coordinate representation of color #4D742B: hue angle of 92.05º 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 #4D742B is Cyan = 0.34, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 77 | 116 | 43 | - |
| CMYK | 0.34 | 0 | 0.63 | 0.55 |
| HSL | 92.05º | 0.46% | 0.31% | - |
| HSV(B) | 92.05º | 0.63% | 0.45% | - |
| XYZ | 9.74 | 14.24 | 4.52 | - |
| YUV | 96.02 | 98.08 | 114.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 116 | 43 | 0.34 | 0 | 0.63 | 0.55 | 92.05 | 0.46 | 0.31 |
| Hex | 4D | 74 | 2B | 22 | 0 | 3F | 37 | 5C | 2E | 1F |
| Octal | 115 | 164 | 53 | 42 | 0 | 77 | 67 | 134 | 56 | 37 |
| Binary | 1001101 | 1110100 | 101011 | 100010 | 0 | 111111 | 110111 | 1011100 | 101110 | 11111 |
Color Harmonies of #4D742B
Complementary color
Monochromatic Colors of #4D742B
Black with #4D742B
Text Example
Text Example
White with #4D742B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D742B; }
p { color: rgb(77,116,43); }
H1.HeaderClassName
{
color: #4D742B;
}
.AnyTagClassName
{
color: #4D742B;
}
</style>
background-color css
<style>
a { background-color: #4D742B; }
a { background-color: rgb(77,116,43); }
div.DivClassName
{
background-color: #4D742B;
}
.BgClassName
{
background-color: #4D742B;
}
</style>
border-color css
<style>
span { border-color: #4D742B; }
span { border-color: rgb(77,116,43); }
td.TdClassName
{
border-color: #4D742B;
}
.TagClassName
{
border-color: #4D742B;
}
</style>