Shades of Green Leaf #4D661D
Tints of Green Leaf #4D661D
RGB
CMYK
RGB Variations
Color information
#4D661D (or 0x4D661D) is known color: Green Leaf. HEX triplet: 4D, 66 and 1D. RGB value is (77,102,29). Sum of RGB (Red+Green+Blue) = 77+102+29=208 (27% of max value = 765). Red value is 77 (30.47% from 255 or 37.02% from 208); Green value is 102 (40.23% from 255 or 49.04% from 208); Blue value is 29 (11.72% from 255 or 13.94% from 208); Max value from RGB is 102 - color contains mainly: green. Hex color #4D661D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D661D is #B299E2. Grayscale: #565656. Windows color (decimal): -11704803 or 1926733. OLE color: 1926733.
HSL color Cylindrical-coordinate representation of color #4D661D: hue angle of 80.55º degrees, saturation: 0.56, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4D661D is Cyan = 0.25, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 77 | 102 | 29 | - |
| CMYK | 0.25 | 0 | 0.72 | 0.6 |
| HSL | 80.55º | 0.56% | 0.26% | - |
| HSV(B) | 80.55º | 0.72% | 0.4% | - |
| XYZ | 8.03 | 11.17 | 2.89 | - |
| YUV | 86.2 | 95.72 | 121.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 102 | 29 | 0.25 | 0 | 0.72 | 0.6 | 80.55 | 0.56 | 0.26 |
| Hex | 4D | 66 | 1D | 19 | 0 | 48 | 3C | 51 | 38 | 1A |
| Octal | 115 | 146 | 35 | 31 | 0 | 110 | 74 | 121 | 70 | 32 |
| Binary | 1001101 | 1100110 | 11101 | 11001 | 0 | 1001000 | 111100 | 1010001 | 111000 | 11010 |
Color Harmonies of #4D661D
Complementary color
Monochromatic Colors of #4D661D
Black with #4D661D
Text Example
Text Example
White with #4D661D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D661D; }
p { color: rgb(77,102,29); }
H1.HeaderClassName
{
color: #4D661D;
}
.AnyTagClassName
{
color: #4D661D;
}
</style>
background-color css
<style>
a { background-color: #4D661D; }
a { background-color: rgb(77,102,29); }
div.DivClassName
{
background-color: #4D661D;
}
.BgClassName
{
background-color: #4D661D;
}
</style>
border-color css
<style>
span { border-color: #4D661D; }
span { border-color: rgb(77,102,29); }
td.TdClassName
{
border-color: #4D661D;
}
.TagClassName
{
border-color: #4D661D;
}
</style>