Shades of Green Leaf #4D661B
Tints of Green Leaf #4D661B
RGB
CMYK
RGB Variations
Color information
#4D661B (or 0x4D661B) is known color: Green Leaf. HEX triplet: 4D, 66 and 1B. RGB value is (77,102,27). Sum of RGB (Red+Green+Blue) = 77+102+27=206 (27% of max value = 765). Red value is 77 (30.47% from 255 or 37.38% from 206); Green value is 102 (40.23% from 255 or 49.51% from 206); Blue value is 27 (10.94% from 255 or 13.11% from 206); Max value from RGB is 102 - color contains mainly: green. Hex color #4D661B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D661B is #B299E4. Grayscale: #565656. Windows color (decimal): -11704805 or 1795661. OLE color: 1795661.
HSL color Cylindrical-coordinate representation of color #4D661B: hue angle of 80º degrees, saturation: 0.58, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4D661B is Cyan = 0.25, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 77 | 102 | 27 | - |
| CMYK | 0.25 | 0 | 0.74 | 0.6 |
| HSL | 80º | 0.58% | 0.25% | - |
| HSV(B) | 80º | 0.74% | 0.4% | - |
| XYZ | 8.01 | 11.16 | 2.77 | - |
| YUV | 85.98 | 94.72 | 121.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 102 | 27 | 0.25 | 0 | 0.74 | 0.6 | 80 | 0.58 | 0.25 |
| Hex | 4D | 66 | 1B | 19 | 0 | 4A | 3C | 50 | 3A | 19 |
| Octal | 115 | 146 | 33 | 31 | 0 | 112 | 74 | 120 | 72 | 31 |
| Binary | 1001101 | 1100110 | 11011 | 11001 | 0 | 1001010 | 111100 | 1010000 | 111010 | 11001 |
Color Harmonies of #4D661B
Complementary color
Monochromatic Colors of #4D661B
Black with #4D661B
Text Example
Text Example
White with #4D661B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D661B; }
p { color: rgb(77,102,27); }
H1.HeaderClassName
{
color: #4D661B;
}
.AnyTagClassName
{
color: #4D661B;
}
</style>
background-color css
<style>
a { background-color: #4D661B; }
a { background-color: rgb(77,102,27); }
div.DivClassName
{
background-color: #4D661B;
}
.BgClassName
{
background-color: #4D661B;
}
</style>
border-color css
<style>
span { border-color: #4D661B; }
span { border-color: rgb(77,102,27); }
td.TdClassName
{
border-color: #4D661B;
}
.TagClassName
{
border-color: #4D661B;
}
</style>