Shades of Green Leaf #4D7B23
Tints of Green Leaf #4D7B23
RGB
CMYK
RGB Variations
Color information
#4D7B23 (or 0x4D7B23) is known color: Green Leaf. HEX triplet: 4D, 7B and 23. RGB value is (77,123,35). Sum of RGB (Red+Green+Blue) = 77+123+35=235 (31% of max value = 765). Red value is 77 (30.47% from 255 or 32.77% from 235); Green value is 123 (48.44% from 255 or 52.34% from 235); Blue value is 35 (14.06% from 255 or 14.89% from 235); Max value from RGB is 123 - color contains mainly: green. Hex color #4D7B23 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D7B23 is #B284DC. Grayscale: #636363. Windows color (decimal): -11699421 or 2325325. OLE color: 2325325.
HSL color Cylindrical-coordinate representation of color #4D7B23: hue angle of 91.36º degrees, saturation: 0.56, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4D7B23 is Cyan = 0.37, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 77 | 123 | 35 | - |
| CMYK | 0.37 | 0 | 0.72 | 0.52 |
| HSL | 91.36º | 0.56% | 0.31% | - |
| HSV(B) | 91.36º | 0.72% | 0.48% | - |
| XYZ | 10.45 | 15.87 | 4.1 | - |
| YUV | 99.21 | 91.76 | 112.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 123 | 35 | 0.37 | 0 | 0.72 | 0.52 | 91.36 | 0.56 | 0.31 |
| Hex | 4D | 7B | 23 | 25 | 0 | 48 | 34 | 5B | 38 | 1F |
| Octal | 115 | 173 | 43 | 45 | 0 | 110 | 64 | 133 | 70 | 37 |
| Binary | 1001101 | 1111011 | 100011 | 100101 | 0 | 1001000 | 110100 | 1011011 | 111000 | 11111 |
Color Harmonies of #4D7B23
Complementary color
Monochromatic Colors of #4D7B23
Black with #4D7B23
Text Example
Text Example
White with #4D7B23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D7B23; }
p { color: rgb(77,123,35); }
H1.HeaderClassName
{
color: #4D7B23;
}
.AnyTagClassName
{
color: #4D7B23;
}
</style>
background-color css
<style>
a { background-color: #4D7B23; }
a { background-color: rgb(77,123,35); }
div.DivClassName
{
background-color: #4D7B23;
}
.BgClassName
{
background-color: #4D7B23;
}
</style>
border-color css
<style>
span { border-color: #4D7B23; }
span { border-color: rgb(77,123,35); }
td.TdClassName
{
border-color: #4D7B23;
}
.TagClassName
{
border-color: #4D7B23;
}
</style>