Shades of Green Leaf #4D7508
Tints of Green Leaf #4D7508
RGB
CMYK
RGB Variations
Color information
#4D7508 (or 0x4D7508) is known color: Green Leaf. HEX triplet: 4D, 75 and 08. RGB value is (77,117,8). Sum of RGB (Red+Green+Blue) = 77+117+8=202 (26% of max value = 765). Red value is 77 (30.47% from 255 or 38.12% from 202); Green value is 117 (46.09% from 255 or 57.92% from 202); Blue value is 8 (3.52% from 255 or 3.96% from 202); Max value from RGB is 117 - color contains mainly: green. Hex color #4D7508 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4D7508 is #B28AF7. Grayscale: #5D5D5D. Windows color (decimal): -11700984 or 554317. OLE color: 554317.
HSL color Cylindrical-coordinate representation of color #4D7508: hue angle of 82.02º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4D7508 is Cyan = 0.34, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 77 | 117 | 8 | - |
| CMYK | 0.34 | 0 | 0.93 | 0.54 |
| HSL | 82.02º | 0.87% | 0.25% | - |
| HSV(B) | 82.02º | 0.93% | 0.46% | - |
| XYZ | 9.47 | 14.32 | 2.49 | - |
| YUV | 92.61 | 80.25 | 116.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 117 | 8 | 0.34 | 0 | 0.93 | 0.54 | 82.02 | 0.87 | 0.25 |
| Hex | 4D | 75 | 8 | 22 | 0 | 5D | 36 | 52 | 57 | 19 |
| Octal | 115 | 165 | 10 | 42 | 0 | 135 | 66 | 122 | 127 | 31 |
| Binary | 1001101 | 1110101 | 1000 | 100010 | 0 | 1011101 | 110110 | 1010010 | 1010111 | 11001 |
Color Harmonies of #4D7508
Complementary color
Monochromatic Colors of #4D7508
Black with #4D7508
Text Example
Text Example
White with #4D7508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D7508; }
p { color: rgb(77,117,8); }
H1.HeaderClassName
{
color: #4D7508;
}
.AnyTagClassName
{
color: #4D7508;
}
</style>
background-color css
<style>
a { background-color: #4D7508; }
a { background-color: rgb(77,117,8); }
div.DivClassName
{
background-color: #4D7508;
}
.BgClassName
{
background-color: #4D7508;
}
</style>
border-color css
<style>
span { border-color: #4D7508; }
span { border-color: rgb(77,117,8); }
td.TdClassName
{
border-color: #4D7508;
}
.TagClassName
{
border-color: #4D7508;
}
</style>