Shades of Green Leaf #4D782B
Tints of Green Leaf #4D782B
RGB
CMYK
RGB Variations
Color information
#4D782B (or 0x4D782B) is known color: Green Leaf. HEX triplet: 4D, 78 and 2B. RGB value is (77,120,43). Sum of RGB (Red+Green+Blue) = 77+120+43=240 (31% of max value = 765). Red value is 77 (30.47% from 255 or 32.08% from 240); Green value is 120 (47.27% from 255 or 50% from 240); Blue value is 43 (17.19% from 255 or 17.92% from 240); Max value from RGB is 120 - color contains mainly: green. Hex color #4D782B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D782B is #B287D4. Grayscale: #626262. Windows color (decimal): -11700181 or 2848845. OLE color: 2848845.
HSL color Cylindrical-coordinate representation of color #4D782B: hue angle of 93.51º degrees, saturation: 0.47, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4D782B is Cyan = 0.36, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 77 | 120 | 43 | - |
| CMYK | 0.36 | 0 | 0.64 | 0.53 |
| HSL | 93.51º | 0.47% | 0.32% | - |
| HSV(B) | 93.51º | 0.64% | 0.47% | - |
| XYZ | 10.21 | 15.19 | 4.68 | - |
| YUV | 98.37 | 96.75 | 112.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 120 | 43 | 0.36 | 0 | 0.64 | 0.53 | 93.51 | 0.47 | 0.32 |
| Hex | 4D | 78 | 2B | 24 | 0 | 40 | 35 | 5E | 2F | 20 |
| Octal | 115 | 170 | 53 | 44 | 0 | 100 | 65 | 136 | 57 | 40 |
| Binary | 1001101 | 1111000 | 101011 | 100100 | 0 | 1000000 | 110101 | 1011110 | 101111 | 100000 |
Color Harmonies of #4D782B
Complementary color
Monochromatic Colors of #4D782B
Black with #4D782B
Text Example
Text Example
White with #4D782B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D782B; }
p { color: rgb(77,120,43); }
H1.HeaderClassName
{
color: #4D782B;
}
.AnyTagClassName
{
color: #4D782B;
}
</style>
background-color css
<style>
a { background-color: #4D782B; }
a { background-color: rgb(77,120,43); }
div.DivClassName
{
background-color: #4D782B;
}
.BgClassName
{
background-color: #4D782B;
}
</style>
border-color css
<style>
span { border-color: #4D782B; }
span { border-color: rgb(77,120,43); }
td.TdClassName
{
border-color: #4D782B;
}
.TagClassName
{
border-color: #4D782B;
}
</style>