Shades of Green Leaf #4D6B1C
Tints of Green Leaf #4D6B1C
RGB
CMYK
RGB Variations
Color information
#4D6B1C (or 0x4D6B1C) is known color: Green Leaf. HEX triplet: 4D, 6B and 1C. RGB value is (77,107,28). Sum of RGB (Red+Green+Blue) = 77+107+28=212 (28% of max value = 765). Red value is 77 (30.47% from 255 or 36.32% from 212); Green value is 107 (42.19% from 255 or 50.47% from 212); Blue value is 28 (11.33% from 255 or 13.21% from 212); Max value from RGB is 107 - color contains mainly: green. Hex color #4D6B1C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D6B1C is #B294E3. Grayscale: #595959. Windows color (decimal): -11703524 or 1862477. OLE color: 1862477.
HSL color Cylindrical-coordinate representation of color #4D6B1C: hue angle of 82.78º degrees, saturation: 0.59, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4D6B1C is Cyan = 0.28, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 77 | 107 | 28 | - |
| CMYK | 0.28 | 0 | 0.74 | 0.58 |
| HSL | 82.78º | 0.59% | 0.26% | - |
| HSV(B) | 82.78º | 0.74% | 0.42% | - |
| XYZ | 8.53 | 12.18 | 3 | - |
| YUV | 89.02 | 93.56 | 119.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 107 | 28 | 0.28 | 0 | 0.74 | 0.58 | 82.78 | 0.59 | 0.26 |
| Hex | 4D | 6B | 1C | 1C | 0 | 4A | 3A | 53 | 3B | 1A |
| Octal | 115 | 153 | 34 | 34 | 0 | 112 | 72 | 123 | 73 | 32 |
| Binary | 1001101 | 1101011 | 11100 | 11100 | 0 | 1001010 | 111010 | 1010011 | 111011 | 11010 |
Color Harmonies of #4D6B1C
Complementary color
Monochromatic Colors of #4D6B1C
Black with #4D6B1C
Text Example
Text Example
White with #4D6B1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D6B1C; }
p { color: rgb(77,107,28); }
H1.HeaderClassName
{
color: #4D6B1C;
}
.AnyTagClassName
{
color: #4D6B1C;
}
</style>
background-color css
<style>
a { background-color: #4D6B1C; }
a { background-color: rgb(77,107,28); }
div.DivClassName
{
background-color: #4D6B1C;
}
.BgClassName
{
background-color: #4D6B1C;
}
</style>
border-color css
<style>
span { border-color: #4D6B1C; }
span { border-color: rgb(77,107,28); }
td.TdClassName
{
border-color: #4D6B1C;
}
.TagClassName
{
border-color: #4D6B1C;
}
</style>