Shades of Green Leaf #4D782A
Tints of Green Leaf #4D782A
RGB
CMYK
RGB Variations
Color information
#4D782A (or 0x4D782A) is known color: Green Leaf. HEX triplet: 4D, 78 and 2A. RGB value is (77,120,42). Sum of RGB (Red+Green+Blue) = 77+120+42=239 (31% of max value = 765). Red value is 77 (30.47% from 255 or 32.22% from 239); Green value is 120 (47.27% from 255 or 50.21% from 239); Blue value is 42 (16.80% from 255 or 17.57% from 239); Max value from RGB is 120 - color contains mainly: green. Hex color #4D782A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D782A is #B287D5. Grayscale: #626262. Windows color (decimal): -11700182 or 2783309. OLE color: 2783309.
HSL color Cylindrical-coordinate representation of color #4D782A: hue angle of 93.08º degrees, saturation: 0.48, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4D782A is Cyan = 0.36, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 77 | 120 | 42 | - |
| CMYK | 0.36 | 0 | 0.65 | 0.53 |
| HSL | 93.08º | 0.48% | 0.32% | - |
| HSV(B) | 93.08º | 0.65% | 0.47% | - |
| XYZ | 10.19 | 15.18 | 4.58 | - |
| YUV | 98.25 | 96.25 | 112.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 120 | 42 | 0.36 | 0 | 0.65 | 0.53 | 93.08 | 0.48 | 0.32 |
| Hex | 4D | 78 | 2A | 24 | 0 | 41 | 35 | 5D | 30 | 20 |
| Octal | 115 | 170 | 52 | 44 | 0 | 101 | 65 | 135 | 60 | 40 |
| Binary | 1001101 | 1111000 | 101010 | 100100 | 0 | 1000001 | 110101 | 1011101 | 110000 | 100000 |
Color Harmonies of #4D782A
Complementary color
Monochromatic Colors of #4D782A
Black with #4D782A
Text Example
Text Example
White with #4D782A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D782A; }
p { color: rgb(77,120,42); }
H1.HeaderClassName
{
color: #4D782A;
}
.AnyTagClassName
{
color: #4D782A;
}
</style>
background-color css
<style>
a { background-color: #4D782A; }
a { background-color: rgb(77,120,42); }
div.DivClassName
{
background-color: #4D782A;
}
.BgClassName
{
background-color: #4D782A;
}
</style>
border-color css
<style>
span { border-color: #4D782A; }
span { border-color: rgb(77,120,42); }
td.TdClassName
{
border-color: #4D782A;
}
.TagClassName
{
border-color: #4D782A;
}
</style>