Shades of Green Leaf #4D6B21
Tints of Green Leaf #4D6B21
RGB
CMYK
RGB Variations
Color information
#4D6B21 (or 0x4D6B21) is known color: Green Leaf. HEX triplet: 4D, 6B and 21. RGB value is (77,107,33). Sum of RGB (Red+Green+Blue) = 77+107+33=217 (28% of max value = 765). Red value is 77 (30.47% from 255 or 35.48% from 217); Green value is 107 (42.19% from 255 or 49.31% from 217); Blue value is 33 (13.28% from 255 or 15.21% from 217); Max value from RGB is 107 - color contains mainly: green. Hex color #4D6B21 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D6B21 is #B294DE. Grayscale: #595959. Windows color (decimal): -11703519 or 2190157. OLE color: 2190157.
HSL color Cylindrical-coordinate representation of color #4D6B21: hue angle of 84.32º degrees, saturation: 0.53, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4D6B21 is Cyan = 0.28, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 77 | 107 | 33 | - |
| CMYK | 0.28 | 0 | 0.69 | 0.58 |
| HSL | 84.32º | 0.53% | 0.27% | - |
| HSV(B) | 84.32º | 0.69% | 0.42% | - |
| XYZ | 8.59 | 12.2 | 3.34 | - |
| YUV | 89.59 | 96.06 | 119.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 107 | 33 | 0.28 | 0 | 0.69 | 0.58 | 84.32 | 0.53 | 0.27 |
| Hex | 4D | 6B | 21 | 1C | 0 | 45 | 3A | 54 | 35 | 1B |
| Octal | 115 | 153 | 41 | 34 | 0 | 105 | 72 | 124 | 65 | 33 |
| Binary | 1001101 | 1101011 | 100001 | 11100 | 0 | 1000101 | 111010 | 1010100 | 110101 | 11011 |
Color Harmonies of #4D6B21
Complementary color
Monochromatic Colors of #4D6B21
Black with #4D6B21
Text Example
Text Example
White with #4D6B21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D6B21; }
p { color: rgb(77,107,33); }
H1.HeaderClassName
{
color: #4D6B21;
}
.AnyTagClassName
{
color: #4D6B21;
}
</style>
background-color css
<style>
a { background-color: #4D6B21; }
a { background-color: rgb(77,107,33); }
div.DivClassName
{
background-color: #4D6B21;
}
.BgClassName
{
background-color: #4D6B21;
}
</style>
border-color css
<style>
span { border-color: #4D6B21; }
span { border-color: rgb(77,107,33); }
td.TdClassName
{
border-color: #4D6B21;
}
.TagClassName
{
border-color: #4D6B21;
}
</style>