Shades of Green Leaf #4D6F1B
Tints of Green Leaf #4D6F1B
RGB
CMYK
RGB Variations
Color information
#4D6F1B (or 0x4D6F1B) is known color: Green Leaf. HEX triplet: 4D, 6F and 1B. RGB value is (77,111,27). Sum of RGB (Red+Green+Blue) = 77+111+27=215 (28% of max value = 765). Red value is 77 (30.47% from 255 or 35.81% from 215); Green value is 111 (43.75% from 255 or 51.63% from 215); Blue value is 27 (10.94% from 255 or 12.56% from 215); Max value from RGB is 111 - color contains mainly: green. Hex color #4D6F1B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D6F1B is #B290E4. Grayscale: #5B5B5B. Windows color (decimal): -11702501 or 1797965. OLE color: 1797965.
HSL color Cylindrical-coordinate representation of color #4D6F1B: hue angle of 84.29º degrees, saturation: 0.61, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4D6F1B is Cyan = 0.31, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 77 | 111 | 27 | - |
| CMYK | 0.31 | 0 | 0.76 | 0.56 |
| HSL | 84.29º | 0.61% | 0.27% | - |
| HSV(B) | 84.29º | 0.76% | 0.44% | - |
| XYZ | 8.94 | 13.03 | 3.08 | - |
| YUV | 91.26 | 91.74 | 117.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 111 | 27 | 0.31 | 0 | 0.76 | 0.56 | 84.29 | 0.61 | 0.27 |
| Hex | 4D | 6F | 1B | 1F | 0 | 4C | 38 | 54 | 3D | 1B |
| Octal | 115 | 157 | 33 | 37 | 0 | 114 | 70 | 124 | 75 | 33 |
| Binary | 1001101 | 1101111 | 11011 | 11111 | 0 | 1001100 | 111000 | 1010100 | 111101 | 11011 |
Color Harmonies of #4D6F1B
Complementary color
Monochromatic Colors of #4D6F1B
Black with #4D6F1B
Text Example
Text Example
White with #4D6F1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D6F1B; }
p { color: rgb(77,111,27); }
H1.HeaderClassName
{
color: #4D6F1B;
}
.AnyTagClassName
{
color: #4D6F1B;
}
</style>
background-color css
<style>
a { background-color: #4D6F1B; }
a { background-color: rgb(77,111,27); }
div.DivClassName
{
background-color: #4D6F1B;
}
.BgClassName
{
background-color: #4D6F1B;
}
</style>
border-color css
<style>
span { border-color: #4D6F1B; }
span { border-color: rgb(77,111,27); }
td.TdClassName
{
border-color: #4D6F1B;
}
.TagClassName
{
border-color: #4D6F1B;
}
</style>