Shades of Fern Green #4D764A
Tints of Fern Green #4D764A
RGB
CMYK
RGB Variations
Color information
#4D764A (or 0x4D764A) is known color: Fern Green. HEX triplet: 4D, 76 and 4A. RGB value is (77,118,74). Sum of RGB (Red+Green+Blue) = 77+118+74=269 (35% of max value = 765). Red value is 77 (30.47% from 255 or 28.62% from 269); Green value is 118 (46.48% from 255 or 43.87% from 269); Blue value is 74 (29.30% from 255 or 27.51% from 269); Max value from RGB is 118 - color contains mainly: green. Hex color #4D764A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D764A is #B289B5. Grayscale: #646464. Windows color (decimal): -11700662 or 4879949. OLE color: 4879949.
HSL color Cylindrical-coordinate representation of color #4D764A: hue angle of 115.91º degrees, saturation: 0.23, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #4D764A is Cyan = 0.35, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 77 | 118 | 74 | - |
| CMYK | 0.35 | 0 | 0.37 | 0.54 |
| HSL | 115.91º | 0.23% | 0.38% | - |
| HSV(B) | 115.91º | 0.37% | 0.46% | - |
| XYZ | 10.78 | 15.03 | 8.81 | - |
| YUV | 100.73 | 112.92 | 111.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 118 | 74 | 0.35 | 0 | 0.37 | 0.54 | 115.91 | 0.23 | 0.38 |
| Hex | 4D | 76 | 4A | 23 | 0 | 25 | 36 | 74 | 17 | 26 |
| Octal | 115 | 166 | 112 | 43 | 0 | 45 | 66 | 164 | 27 | 46 |
| Binary | 1001101 | 1110110 | 1001010 | 100011 | 0 | 100101 | 110110 | 1110100 | 10111 | 100110 |
Color Harmonies of #4D764A
Complementary color
Monochromatic Colors of #4D764A
Black with #4D764A
Text Example
Text Example
White with #4D764A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D764A; }
p { color: rgb(77,118,74); }
H1.HeaderClassName
{
color: #4D764A;
}
.AnyTagClassName
{
color: #4D764A;
}
</style>
background-color css
<style>
a { background-color: #4D764A; }
a { background-color: rgb(77,118,74); }
div.DivClassName
{
background-color: #4D764A;
}
.BgClassName
{
background-color: #4D764A;
}
</style>
border-color css
<style>
span { border-color: #4D764A; }
span { border-color: rgb(77,118,74); }
td.TdClassName
{
border-color: #4D764A;
}
.TagClassName
{
border-color: #4D764A;
}
</style>