Shades of Green Leaf #4D6B28
Tints of Green Leaf #4D6B28
RGB
CMYK
RGB Variations
Color information
#4D6B28 (or 0x4D6B28) is known color: Green Leaf. HEX triplet: 4D, 6B and 28. RGB value is (77,107,40). Sum of RGB (Red+Green+Blue) = 77+107+40=224 (29% of max value = 765). Red value is 77 (30.47% from 255 or 34.38% from 224); Green value is 107 (42.19% from 255 or 47.77% from 224); Blue value is 40 (16.02% from 255 or 17.86% from 224); Max value from RGB is 107 - color contains mainly: green. Hex color #4D6B28 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D6B28 is #B294D7. Grayscale: #5A5A5A. Windows color (decimal): -11703512 or 2648909. OLE color: 2648909.
HSL color Cylindrical-coordinate representation of color #4D6B28: hue angle of 86.87º degrees, saturation: 0.46, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4D6B28 is Cyan = 0.28, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 77 | 107 | 40 | - |
| CMYK | 0.28 | 0 | 0.63 | 0.58 |
| HSL | 86.87º | 0.46% | 0.29% | - |
| HSV(B) | 86.87º | 0.63% | 0.42% | - |
| XYZ | 8.7 | 12.25 | 3.91 | - |
| YUV | 90.39 | 99.56 | 118.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 107 | 40 | 0.28 | 0 | 0.63 | 0.58 | 86.87 | 0.46 | 0.29 |
| Hex | 4D | 6B | 28 | 1C | 0 | 3F | 3A | 57 | 2E | 1D |
| Octal | 115 | 153 | 50 | 34 | 0 | 77 | 72 | 127 | 56 | 35 |
| Binary | 1001101 | 1101011 | 101000 | 11100 | 0 | 111111 | 111010 | 1010111 | 101110 | 11101 |
Color Harmonies of #4D6B28
Complementary color
Monochromatic Colors of #4D6B28
Black with #4D6B28
Text Example
Text Example
White with #4D6B28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D6B28; }
p { color: rgb(77,107,40); }
H1.HeaderClassName
{
color: #4D6B28;
}
.AnyTagClassName
{
color: #4D6B28;
}
</style>
background-color css
<style>
a { background-color: #4D6B28; }
a { background-color: rgb(77,107,40); }
div.DivClassName
{
background-color: #4D6B28;
}
.BgClassName
{
background-color: #4D6B28;
}
</style>
border-color css
<style>
span { border-color: #4D6B28; }
span { border-color: rgb(77,107,40); }
td.TdClassName
{
border-color: #4D6B28;
}
.TagClassName
{
border-color: #4D6B28;
}
</style>