Shades of Green Leaf #4D7123
Tints of Green Leaf #4D7123
RGB
CMYK
RGB Variations
Color information
#4D7123 (or 0x4D7123) is known color: Green Leaf. HEX triplet: 4D, 71 and 23. RGB value is (77,113,35). Sum of RGB (Red+Green+Blue) = 77+113+35=225 (29% of max value = 765). Red value is 77 (30.47% from 255 or 34.22% from 225); Green value is 113 (44.53% from 255 or 50.22% from 225); Blue value is 35 (14.06% from 255 or 15.56% from 225); Max value from RGB is 113 - color contains mainly: green. Hex color #4D7123 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D7123 is #B28EDC. Grayscale: #5D5D5D. Windows color (decimal): -11701981 or 2322765. OLE color: 2322765.
HSL color Cylindrical-coordinate representation of color #4D7123: hue angle of 87.69º degrees, saturation: 0.53, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4D7123 is Cyan = 0.32, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 77 | 113 | 35 | - |
| CMYK | 0.32 | 0 | 0.69 | 0.56 |
| HSL | 87.69º | 0.53% | 0.29% | - |
| HSV(B) | 87.69º | 0.69% | 0.44% | - |
| XYZ | 9.27 | 13.51 | 3.71 | - |
| YUV | 93.34 | 95.07 | 116.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 113 | 35 | 0.32 | 0 | 0.69 | 0.56 | 87.69 | 0.53 | 0.29 |
| Hex | 4D | 71 | 23 | 20 | 0 | 45 | 38 | 58 | 35 | 1D |
| Octal | 115 | 161 | 43 | 40 | 0 | 105 | 70 | 130 | 65 | 35 |
| Binary | 1001101 | 1110001 | 100011 | 100000 | 0 | 1000101 | 111000 | 1011000 | 110101 | 11101 |
Color Harmonies of #4D7123
Complementary color
Monochromatic Colors of #4D7123
Black with #4D7123
Text Example
Text Example
White with #4D7123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D7123; }
p { color: rgb(77,113,35); }
H1.HeaderClassName
{
color: #4D7123;
}
.AnyTagClassName
{
color: #4D7123;
}
</style>
background-color css
<style>
a { background-color: #4D7123; }
a { background-color: rgb(77,113,35); }
div.DivClassName
{
background-color: #4D7123;
}
.BgClassName
{
background-color: #4D7123;
}
</style>
border-color css
<style>
span { border-color: #4D7123; }
span { border-color: rgb(77,113,35); }
td.TdClassName
{
border-color: #4D7123;
}
.TagClassName
{
border-color: #4D7123;
}
</style>