Shades of Green Leaf #4D730A
Tints of Green Leaf #4D730A
RGB
CMYK
RGB Variations
Color information
#4D730A (or 0x4D730A) is known color: Green Leaf. HEX triplet: 4D, 73 and 0A. RGB value is (77,115,10). Sum of RGB (Red+Green+Blue) = 77+115+10=202 (26% of max value = 765). Red value is 77 (30.47% from 255 or 38.12% from 202); Green value is 115 (45.31% from 255 or 56.93% from 202); Blue value is 10 (4.30% from 255 or 4.95% from 202); Max value from RGB is 115 - color contains mainly: green. Hex color #4D730A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4D730A is #B28CF5. Grayscale: #5C5C5C. Windows color (decimal): -11701494 or 684877. OLE color: 684877.
HSL color Cylindrical-coordinate representation of color #4D730A: hue angle of 81.71º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4D730A is Cyan = 0.33, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 77 | 115 | 10 | - |
| CMYK | 0.33 | 0 | 0.91 | 0.55 |
| HSL | 81.71º | 0.84% | 0.25% | - |
| HSV(B) | 81.71º | 0.91% | 0.45% | - |
| XYZ | 9.25 | 13.86 | 2.48 | - |
| YUV | 91.67 | 81.91 | 117.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 115 | 10 | 0.33 | 0 | 0.91 | 0.55 | 81.71 | 0.84 | 0.25 |
| Hex | 4D | 73 | A | 21 | 0 | 5B | 37 | 52 | 54 | 19 |
| Octal | 115 | 163 | 12 | 41 | 0 | 133 | 67 | 122 | 124 | 31 |
| Binary | 1001101 | 1110011 | 1010 | 100001 | 0 | 1011011 | 110111 | 1010010 | 1010100 | 11001 |
Color Harmonies of #4D730A
Complementary color
Monochromatic Colors of #4D730A
Black with #4D730A
Text Example
Text Example
White with #4D730A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D730A; }
p { color: rgb(77,115,10); }
H1.HeaderClassName
{
color: #4D730A;
}
.AnyTagClassName
{
color: #4D730A;
}
</style>
background-color css
<style>
a { background-color: #4D730A; }
a { background-color: rgb(77,115,10); }
div.DivClassName
{
background-color: #4D730A;
}
.BgClassName
{
background-color: #4D730A;
}
</style>
border-color css
<style>
span { border-color: #4D730A; }
span { border-color: rgb(77,115,10); }
td.TdClassName
{
border-color: #4D730A;
}
.TagClassName
{
border-color: #4D730A;
}
</style>