Shades of Fern Green #4A7546
Tints of Fern Green #4A7546
RGB
CMYK
RGB Variations
Color information
#4A7546 (or 0x4A7546) is known color: Fern Green. HEX triplet: 4A, 75 and 46. RGB value is (74,117,70). Sum of RGB (Red+Green+Blue) = 74+117+70=261 (34% of max value = 765). Red value is 74 (29.30% from 255 or 28.35% from 261); Green value is 117 (46.09% from 255 or 44.83% from 261); Blue value is 70 (27.73% from 255 or 26.82% from 261); Max value from RGB is 117 - color contains mainly: green. Hex color #4A7546 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A7546 is #B58AB9. Grayscale: #626262. Windows color (decimal): -11897530 or 4617546. OLE color: 4617546.
HSL color Cylindrical-coordinate representation of color #4A7546: hue angle of 114.89º degrees, saturation: 0.25, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #4A7546 is Cyan = 0.37, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 74 | 117 | 70 | - |
| CMYK | 0.37 | 0 | 0.40 | 0.54 |
| HSL | 114.89º | 0.25% | 0.37% | - |
| HSV(B) | 114.89º | 0.4% | 0.46% | - |
| XYZ | 10.29 | 14.62 | 8.07 | - |
| YUV | 98.79 | 111.75 | 110.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 117 | 70 | 0.37 | 0 | 0.40 | 0.54 | 114.89 | 0.25 | 0.37 |
| Hex | 4A | 75 | 46 | 25 | 0 | 28 | 36 | 73 | 19 | 25 |
| Octal | 112 | 165 | 106 | 45 | 0 | 50 | 66 | 163 | 31 | 45 |
| Binary | 1001010 | 1110101 | 1000110 | 100101 | 0 | 101000 | 110110 | 1110011 | 11001 | 100101 |
Color Harmonies of #4A7546
Complementary color
Monochromatic Colors of #4A7546
Black with #4A7546
Text Example
Text Example
White with #4A7546
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A7546; }
p { color: rgb(74,117,70); }
H1.HeaderClassName
{
color: #4A7546;
}
.AnyTagClassName
{
color: #4A7546;
}
</style>
background-color css
<style>
a { background-color: #4A7546; }
a { background-color: rgb(74,117,70); }
div.DivClassName
{
background-color: #4A7546;
}
.BgClassName
{
background-color: #4A7546;
}
</style>
border-color css
<style>
span { border-color: #4A7546; }
span { border-color: rgb(74,117,70); }
td.TdClassName
{
border-color: #4A7546;
}
.TagClassName
{
border-color: #4A7546;
}
</style>