Shades of Fern Green #4D744A
Tints of Fern Green #4D744A
RGB
CMYK
RGB Variations
Color information
#4D744A (or 0x4D744A) is known color: Fern Green. HEX triplet: 4D, 74 and 4A. RGB value is (77,116,74). Sum of RGB (Red+Green+Blue) = 77+116+74=267 (35% of max value = 765). Red value is 77 (30.47% from 255 or 28.84% from 267); Green value is 116 (45.70% from 255 or 43.45% from 267); Blue value is 74 (29.30% from 255 or 27.72% from 267); Max value from RGB is 116 - color contains mainly: green. Hex color #4D744A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D744A is #B28BB5. Grayscale: #636363. Windows color (decimal): -11701174 or 4879437. OLE color: 4879437.
HSL color Cylindrical-coordinate representation of color #4D744A: hue angle of 115.71º degrees, saturation: 0.22, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #4D744A is Cyan = 0.34, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 77 | 116 | 74 | - |
| CMYK | 0.34 | 0 | 0.36 | 0.55 |
| HSL | 115.71º | 0.22% | 0.37% | - |
| HSV(B) | 115.71º | 0.36% | 0.45% | - |
| XYZ | 10.54 | 14.56 | 8.73 | - |
| YUV | 99.55 | 113.58 | 111.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 116 | 74 | 0.34 | 0 | 0.36 | 0.55 | 115.71 | 0.22 | 0.37 |
| Hex | 4D | 74 | 4A | 22 | 0 | 24 | 37 | 74 | 16 | 25 |
| Octal | 115 | 164 | 112 | 42 | 0 | 44 | 67 | 164 | 26 | 45 |
| Binary | 1001101 | 1110100 | 1001010 | 100010 | 0 | 100100 | 110111 | 1110100 | 10110 | 100101 |
Color Harmonies of #4D744A
Complementary color
Monochromatic Colors of #4D744A
Black with #4D744A
Text Example
Text Example
White with #4D744A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D744A; }
p { color: rgb(77,116,74); }
H1.HeaderClassName
{
color: #4D744A;
}
.AnyTagClassName
{
color: #4D744A;
}
</style>
background-color css
<style>
a { background-color: #4D744A; }
a { background-color: rgb(77,116,74); }
div.DivClassName
{
background-color: #4D744A;
}
.BgClassName
{
background-color: #4D744A;
}
</style>
border-color css
<style>
span { border-color: #4D744A; }
span { border-color: rgb(77,116,74); }
td.TdClassName
{
border-color: #4D744A;
}
.TagClassName
{
border-color: #4D744A;
}
</style>