Shades of Green Leaf #4D681D
Tints of Green Leaf #4D681D
RGB
CMYK
RGB Variations
Color information
#4D681D (or 0x4D681D) is known color: Green Leaf. HEX triplet: 4D, 68 and 1D. RGB value is (77,104,29). Sum of RGB (Red+Green+Blue) = 77+104+29=210 (27% of max value = 765). Red value is 77 (30.47% from 255 or 36.67% from 210); Green value is 104 (41.02% from 255 or 49.52% from 210); Blue value is 29 (11.72% from 255 or 13.81% from 210); Max value from RGB is 104 - color contains mainly: green. Hex color #4D681D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D681D is #B297E2. Grayscale: #575757. Windows color (decimal): -11704291 or 1927245. OLE color: 1927245.
HSL color Cylindrical-coordinate representation of color #4D681D: hue angle of 81.6º degrees, saturation: 0.56, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4D681D is Cyan = 0.26, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 77 | 104 | 29 | - |
| CMYK | 0.26 | 0 | 0.72 | 0.59 |
| HSL | 81.6º | 0.56% | 0.26% | - |
| HSV(B) | 81.6º | 0.72% | 0.41% | - |
| XYZ | 8.23 | 11.57 | 2.96 | - |
| YUV | 87.38 | 95.05 | 120.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 104 | 29 | 0.26 | 0 | 0.72 | 0.59 | 81.6 | 0.56 | 0.26 |
| Hex | 4D | 68 | 1D | 1A | 0 | 48 | 3B | 52 | 38 | 1A |
| Octal | 115 | 150 | 35 | 32 | 0 | 110 | 73 | 122 | 70 | 32 |
| Binary | 1001101 | 1101000 | 11101 | 11010 | 0 | 1001000 | 111011 | 1010010 | 111000 | 11010 |
Color Harmonies of #4D681D
Complementary color
Monochromatic Colors of #4D681D
Black with #4D681D
Text Example
Text Example
White with #4D681D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D681D; }
p { color: rgb(77,104,29); }
H1.HeaderClassName
{
color: #4D681D;
}
.AnyTagClassName
{
color: #4D681D;
}
</style>
background-color css
<style>
a { background-color: #4D681D; }
a { background-color: rgb(77,104,29); }
div.DivClassName
{
background-color: #4D681D;
}
.BgClassName
{
background-color: #4D681D;
}
</style>
border-color css
<style>
span { border-color: #4D681D; }
span { border-color: rgb(77,104,29); }
td.TdClassName
{
border-color: #4D681D;
}
.TagClassName
{
border-color: #4D681D;
}
</style>