Shades of Green Leaf #4D671C
Tints of Green Leaf #4D671C
RGB
CMYK
RGB Variations
Color information
#4D671C (or 0x4D671C) is known color: Green Leaf. HEX triplet: 4D, 67 and 1C. RGB value is (77,103,28). Sum of RGB (Red+Green+Blue) = 77+103+28=208 (27% of max value = 765). Red value is 77 (30.47% from 255 or 37.02% from 208); Green value is 103 (40.62% from 255 or 49.52% from 208); Blue value is 28 (11.33% from 255 or 13.46% from 208); Max value from RGB is 103 - color contains mainly: green. Hex color #4D671C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D671C is #B298E3. Grayscale: #565656. Windows color (decimal): -11704548 or 1861453. OLE color: 1861453.
HSL color Cylindrical-coordinate representation of color #4D671C: hue angle of 80.8º degrees, saturation: 0.57, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4D671C is Cyan = 0.25, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 77 | 103 | 28 | - |
| CMYK | 0.25 | 0 | 0.73 | 0.60 |
| HSL | 80.8º | 0.57% | 0.26% | - |
| HSV(B) | 80.8º | 0.73% | 0.4% | - |
| XYZ | 8.12 | 11.36 | 2.86 | - |
| YUV | 86.68 | 94.89 | 121.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 103 | 28 | 0.25 | 0 | 0.73 | 0.60 | 80.8 | 0.57 | 0.26 |
| Hex | 4D | 67 | 1C | 19 | 0 | 49 | 3C | 51 | 39 | 1A |
| Octal | 115 | 147 | 34 | 31 | 0 | 111 | 74 | 121 | 71 | 32 |
| Binary | 1001101 | 1100111 | 11100 | 11001 | 0 | 1001001 | 111100 | 1010001 | 111001 | 11010 |
Color Harmonies of #4D671C
Complementary color
Monochromatic Colors of #4D671C
Black with #4D671C
Text Example
Text Example
White with #4D671C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D671C; }
p { color: rgb(77,103,28); }
H1.HeaderClassName
{
color: #4D671C;
}
.AnyTagClassName
{
color: #4D671C;
}
</style>
background-color css
<style>
a { background-color: #4D671C; }
a { background-color: rgb(77,103,28); }
div.DivClassName
{
background-color: #4D671C;
}
.BgClassName
{
background-color: #4D671C;
}
</style>
border-color css
<style>
span { border-color: #4D671C; }
span { border-color: rgb(77,103,28); }
td.TdClassName
{
border-color: #4D671C;
}
.TagClassName
{
border-color: #4D671C;
}
</style>