Shades of Fern Green #4E744B
Tints of Fern Green #4E744B
RGB
CMYK
RGB Variations
Color information
#4E744B (or 0x4E744B) is known color: Fern Green. HEX triplet: 4E, 74 and 4B. RGB value is (78,116,75). Sum of RGB (Red+Green+Blue) = 78+116+75=269 (35% of max value = 765). Red value is 78 (30.86% from 255 or 29.00% from 269); Green value is 116 (45.70% from 255 or 43.12% from 269); Blue value is 75 (29.69% from 255 or 27.88% from 269); Max value from RGB is 116 - color contains mainly: green. Hex color #4E744B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4E744B is #B18BB4. Grayscale: #646464. Windows color (decimal): -11635637 or 4944974. OLE color: 4944974.
HSL color Cylindrical-coordinate representation of color #4E744B: hue angle of 115.61º degrees, saturation: 0.21, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #4E744B is Cyan = 0.33, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 78 | 116 | 75 | - |
| CMYK | 0.33 | 0 | 0.35 | 0.55 |
| HSL | 115.61º | 0.21% | 0.37% | - |
| HSV(B) | 115.61º | 0.35% | 0.45% | - |
| XYZ | 10.66 | 14.62 | 8.92 | - |
| YUV | 99.96 | 113.91 | 112.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 116 | 75 | 0.33 | 0 | 0.35 | 0.55 | 115.61 | 0.21 | 0.37 |
| Hex | 4E | 74 | 4B | 21 | 0 | 23 | 37 | 74 | 15 | 25 |
| Octal | 116 | 164 | 113 | 41 | 0 | 43 | 67 | 164 | 25 | 45 |
| Binary | 1001110 | 1110100 | 1001011 | 100001 | 0 | 100011 | 110111 | 1110100 | 10101 | 100101 |
Color Harmonies of #4E744B
Complementary color
Monochromatic Colors of #4E744B
Black with #4E744B
Text Example
Text Example
White with #4E744B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E744B; }
p { color: rgb(78,116,75); }
H1.HeaderClassName
{
color: #4E744B;
}
.AnyTagClassName
{
color: #4E744B;
}
</style>
background-color css
<style>
a { background-color: #4E744B; }
a { background-color: rgb(78,116,75); }
div.DivClassName
{
background-color: #4E744B;
}
.BgClassName
{
background-color: #4E744B;
}
</style>
border-color css
<style>
span { border-color: #4E744B; }
span { border-color: rgb(78,116,75); }
td.TdClassName
{
border-color: #4E744B;
}
.TagClassName
{
border-color: #4E744B;
}
</style>