Shades of Green Leaf #4D6F17
Tints of Green Leaf #4D6F17
RGB
CMYK
RGB Variations
Color information
#4D6F17 (or 0x4D6F17) is known color: Green Leaf. HEX triplet: 4D, 6F and 17. RGB value is (77,111,23). Sum of RGB (Red+Green+Blue) = 77+111+23=211 (27% of max value = 765). Red value is 77 (30.47% from 255 or 36.49% from 211); Green value is 111 (43.75% from 255 or 52.61% from 211); Blue value is 23 (9.38% from 255 or 10.90% from 211); Max value from RGB is 111 - color contains mainly: green. Hex color #4D6F17 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4D6F17 is #B290E8. Grayscale: #5B5B5B. Windows color (decimal): -11702505 or 1535821. OLE color: 1535821.
HSL color Cylindrical-coordinate representation of color #4D6F17: hue angle of 83.18º degrees, saturation: 0.66, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4D6F17 is Cyan = 0.31, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 77 | 111 | 23 | - |
| CMYK | 0.31 | 0 | 0.79 | 0.56 |
| HSL | 83.18º | 0.66% | 0.26% | - |
| HSV(B) | 83.18º | 0.79% | 0.44% | - |
| XYZ | 8.9 | 13.01 | 2.85 | - |
| YUV | 90.8 | 89.74 | 118.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 111 | 23 | 0.31 | 0 | 0.79 | 0.56 | 83.18 | 0.66 | 0.26 |
| Hex | 4D | 6F | 17 | 1F | 0 | 4F | 38 | 53 | 42 | 1A |
| Octal | 115 | 157 | 27 | 37 | 0 | 117 | 70 | 123 | 102 | 32 |
| Binary | 1001101 | 1101111 | 10111 | 11111 | 0 | 1001111 | 111000 | 1010011 | 1000010 | 11010 |
Color Harmonies of #4D6F17
Complementary color
Monochromatic Colors of #4D6F17
Black with #4D6F17
Text Example
Text Example
White with #4D6F17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D6F17; }
p { color: rgb(77,111,23); }
H1.HeaderClassName
{
color: #4D6F17;
}
.AnyTagClassName
{
color: #4D6F17;
}
</style>
background-color css
<style>
a { background-color: #4D6F17; }
a { background-color: rgb(77,111,23); }
div.DivClassName
{
background-color: #4D6F17;
}
.BgClassName
{
background-color: #4D6F17;
}
</style>
border-color css
<style>
span { border-color: #4D6F17; }
span { border-color: rgb(77,111,23); }
td.TdClassName
{
border-color: #4D6F17;
}
.TagClassName
{
border-color: #4D6F17;
}
</style>