Shades of Green Leaf #4D661C
Tints of Green Leaf #4D661C
RGB
CMYK
RGB Variations
Color information
#4D661C (or 0x4D661C) is known color: Green Leaf. HEX triplet: 4D, 66 and 1C. RGB value is (77,102,28). Sum of RGB (Red+Green+Blue) = 77+102+28=207 (27% of max value = 765). Red value is 77 (30.47% from 255 or 37.20% from 207); Green value is 102 (40.23% from 255 or 49.28% from 207); Blue value is 28 (11.33% from 255 or 13.53% from 207); Max value from RGB is 102 - color contains mainly: green. Hex color #4D661C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D661C is #B299E3. Grayscale: #565656. Windows color (decimal): -11704804 or 1861197. OLE color: 1861197.
HSL color Cylindrical-coordinate representation of color #4D661C: hue angle of 80.27º degrees, saturation: 0.57, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4D661C is Cyan = 0.25, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 77 | 102 | 28 | - |
| CMYK | 0.25 | 0 | 0.73 | 0.6 |
| HSL | 80.27º | 0.57% | 0.25% | - |
| HSV(B) | 80.27º | 0.73% | 0.4% | - |
| XYZ | 8.02 | 11.16 | 2.83 | - |
| YUV | 86.09 | 95.22 | 121.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 102 | 28 | 0.25 | 0 | 0.73 | 0.6 | 80.27 | 0.57 | 0.25 |
| Hex | 4D | 66 | 1C | 19 | 0 | 49 | 3C | 50 | 39 | 19 |
| Octal | 115 | 146 | 34 | 31 | 0 | 111 | 74 | 120 | 71 | 31 |
| Binary | 1001101 | 1100110 | 11100 | 11001 | 0 | 1001001 | 111100 | 1010000 | 111001 | 11001 |
Color Harmonies of #4D661C
Complementary color
Monochromatic Colors of #4D661C
Black with #4D661C
Text Example
Text Example
White with #4D661C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D661C; }
p { color: rgb(77,102,28); }
H1.HeaderClassName
{
color: #4D661C;
}
.AnyTagClassName
{
color: #4D661C;
}
</style>
background-color css
<style>
a { background-color: #4D661C; }
a { background-color: rgb(77,102,28); }
div.DivClassName
{
background-color: #4D661C;
}
.BgClassName
{
background-color: #4D661C;
}
</style>
border-color css
<style>
span { border-color: #4D661C; }
span { border-color: rgb(77,102,28); }
td.TdClassName
{
border-color: #4D661C;
}
.TagClassName
{
border-color: #4D661C;
}
</style>