Shades of Green Leaf #4D672D
Tints of Green Leaf #4D672D
RGB
CMYK
RGB Variations
Color information
#4D672D (or 0x4D672D) is known color: Green Leaf. HEX triplet: 4D, 67 and 2D. RGB value is (77,103,45). Sum of RGB (Red+Green+Blue) = 77+103+45=225 (29% of max value = 765). Red value is 77 (30.47% from 255 or 34.22% from 225); Green value is 103 (40.62% from 255 or 45.78% from 225); Blue value is 45 (17.97% from 255 or 20% from 225); Max value from RGB is 103 - color contains mainly: green. Hex color #4D672D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D672D is #B298D2. Grayscale: #585858. Windows color (decimal): -11704531 or 2975565. OLE color: 2975565.
HSL color Cylindrical-coordinate representation of color #4D672D: hue angle of 86.9º degrees, saturation: 0.39, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4D672D is Cyan = 0.25, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 77 | 103 | 45 | - |
| CMYK | 0.25 | 0 | 0.56 | 0.60 |
| HSL | 86.9º | 0.39% | 0.29% | - |
| HSV(B) | 86.9º | 0.56% | 0.4% | - |
| XYZ | 8.38 | 11.47 | 4.25 | - |
| YUV | 88.61 | 103.39 | 119.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 103 | 45 | 0.25 | 0 | 0.56 | 0.60 | 86.9 | 0.39 | 0.29 |
| Hex | 4D | 67 | 2D | 19 | 0 | 38 | 3C | 57 | 27 | 1D |
| Octal | 115 | 147 | 55 | 31 | 0 | 70 | 74 | 127 | 47 | 35 |
| Binary | 1001101 | 1100111 | 101101 | 11001 | 0 | 111000 | 111100 | 1010111 | 100111 | 11101 |
Color Harmonies of #4D672D
Complementary color
Monochromatic Colors of #4D672D
Black with #4D672D
Text Example
Text Example
White with #4D672D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D672D; }
p { color: rgb(77,103,45); }
H1.HeaderClassName
{
color: #4D672D;
}
.AnyTagClassName
{
color: #4D672D;
}
</style>
background-color css
<style>
a { background-color: #4D672D; }
a { background-color: rgb(77,103,45); }
div.DivClassName
{
background-color: #4D672D;
}
.BgClassName
{
background-color: #4D672D;
}
</style>
border-color css
<style>
span { border-color: #4D672D; }
span { border-color: rgb(77,103,45); }
td.TdClassName
{
border-color: #4D672D;
}
.TagClassName
{
border-color: #4D672D;
}
</style>