Shades of Green Leaf #4D7C08
Tints of Green Leaf #4D7C08
RGB
CMYK
RGB Variations
Color information
#4D7C08 (or 0x4D7C08) is known color: Green Leaf. HEX triplet: 4D, 7C and 08. RGB value is (77,124,8). Sum of RGB (Red+Green+Blue) = 77+124+8=209 (27% of max value = 765). Red value is 77 (30.47% from 255 or 36.84% from 209); Green value is 124 (48.83% from 255 or 59.33% from 209); Blue value is 8 (3.52% from 255 or 3.83% from 209); Max value from RGB is 124 - color contains mainly: green. Hex color #4D7C08 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4D7C08 is #B283F7. Grayscale: #616161. Windows color (decimal): -11699192 or 556109. OLE color: 556109.
HSL color Cylindrical-coordinate representation of color #4D7C08: hue angle of 84.31º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4D7C08 is Cyan = 0.38, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 77 | 124 | 8 | - |
| CMYK | 0.38 | 0 | 0.94 | 0.51 |
| HSL | 84.31º | 0.88% | 0.26% | - |
| HSV(B) | 84.31º | 0.94% | 0.49% | - |
| XYZ | 10.31 | 16.01 | 2.78 | - |
| YUV | 96.72 | 77.93 | 113.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 124 | 8 | 0.38 | 0 | 0.94 | 0.51 | 84.31 | 0.88 | 0.26 |
| Hex | 4D | 7C | 8 | 26 | 0 | 5E | 33 | 54 | 58 | 1A |
| Octal | 115 | 174 | 10 | 46 | 0 | 136 | 63 | 124 | 130 | 32 |
| Binary | 1001101 | 1111100 | 1000 | 100110 | 0 | 1011110 | 110011 | 1010100 | 1011000 | 11010 |
Color Harmonies of #4D7C08
Complementary color
Monochromatic Colors of #4D7C08
Black with #4D7C08
Text Example
Text Example
White with #4D7C08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D7C08; }
p { color: rgb(77,124,8); }
H1.HeaderClassName
{
color: #4D7C08;
}
.AnyTagClassName
{
color: #4D7C08;
}
</style>
background-color css
<style>
a { background-color: #4D7C08; }
a { background-color: rgb(77,124,8); }
div.DivClassName
{
background-color: #4D7C08;
}
.BgClassName
{
background-color: #4D7C08;
}
</style>
border-color css
<style>
span { border-color: #4D7C08; }
span { border-color: rgb(77,124,8); }
td.TdClassName
{
border-color: #4D7C08;
}
.TagClassName
{
border-color: #4D7C08;
}
</style>