Shades of Fern Green #4A7441
Tints of Fern Green #4A7441
RGB
CMYK
RGB Variations
Color information
#4A7441 (or 0x4A7441) is known color: Fern Green. HEX triplet: 4A, 74 and 41. RGB value is (74,116,65). Sum of RGB (Red+Green+Blue) = 74+116+65=255 (33% of max value = 765). Red value is 74 (29.30% from 255 or 29.02% from 255); Green value is 116 (45.70% from 255 or 45.49% from 255); Blue value is 65 (25.78% from 255 or 25.49% from 255); Max value from RGB is 116 - color contains mainly: green. Hex color #4A7441 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A7441 is #B58BBE. Grayscale: #616161. Windows color (decimal): -11897791 or 4289610. OLE color: 4289610.
HSL color Cylindrical-coordinate representation of color #4A7441: hue angle of 109.41º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #4A7441 is Cyan = 0.36, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 74 | 116 | 65 | - |
| CMYK | 0.36 | 0 | 0.44 | 0.55 |
| HSL | 109.41º | 0.28% | 0.35% | - |
| HSV(B) | 109.41º | 0.44% | 0.45% | - |
| XYZ | 10.02 | 14.33 | 7.24 | - |
| YUV | 97.63 | 109.59 | 111.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 116 | 65 | 0.36 | 0 | 0.44 | 0.55 | 109.41 | 0.28 | 0.35 |
| Hex | 4A | 74 | 41 | 24 | 0 | 2C | 37 | 6D | 1C | 23 |
| Octal | 112 | 164 | 101 | 44 | 0 | 54 | 67 | 155 | 34 | 43 |
| Binary | 1001010 | 1110100 | 1000001 | 100100 | 0 | 101100 | 110111 | 1101101 | 11100 | 100011 |
Color Harmonies of #4A7441
Complementary color
Monochromatic Colors of #4A7441
Black with #4A7441
Text Example
Text Example
White with #4A7441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A7441; }
p { color: rgb(74,116,65); }
H1.HeaderClassName
{
color: #4A7441;
}
.AnyTagClassName
{
color: #4A7441;
}
</style>
background-color css
<style>
a { background-color: #4A7441; }
a { background-color: rgb(74,116,65); }
div.DivClassName
{
background-color: #4A7441;
}
.BgClassName
{
background-color: #4A7441;
}
</style>
border-color css
<style>
span { border-color: #4A7441; }
span { border-color: rgb(74,116,65); }
td.TdClassName
{
border-color: #4A7441;
}
.TagClassName
{
border-color: #4A7441;
}
</style>