Shades of Fern Green #4A7237
Tints of Fern Green #4A7237
RGB
CMYK
RGB Variations
Color information
#4A7237 (or 0x4A7237) is known color: Fern Green. HEX triplet: 4A, 72 and 37. RGB value is (74,114,55). Sum of RGB (Red+Green+Blue) = 74+114+55=243 (32% of max value = 765). Red value is 74 (29.30% from 255 or 30.45% from 243); Green value is 114 (44.92% from 255 or 46.91% from 243); Blue value is 55 (21.88% from 255 or 22.63% from 243); Max value from RGB is 114 - color contains mainly: green. Hex color #4A7237 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A7237 is #B58DC8. Grayscale: #5F5F5F. Windows color (decimal): -11898313 or 3633738. OLE color: 3633738.
HSL color Cylindrical-coordinate representation of color #4A7237: hue angle of 100.68º degrees, saturation: 0.35, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4A7237 is Cyan = 0.35, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 74 | 114 | 55 | - |
| CMYK | 0.35 | 0 | 0.52 | 0.55 |
| HSL | 100.68º | 0.35% | 0.33% | - |
| HSV(B) | 100.68º | 0.52% | 0.45% | - |
| XYZ | 9.53 | 13.77 | 5.77 | - |
| YUV | 95.31 | 105.25 | 112.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 114 | 55 | 0.35 | 0 | 0.52 | 0.55 | 100.68 | 0.35 | 0.33 |
| Hex | 4A | 72 | 37 | 23 | 0 | 34 | 37 | 65 | 23 | 21 |
| Octal | 112 | 162 | 67 | 43 | 0 | 64 | 67 | 145 | 43 | 41 |
| Binary | 1001010 | 1110010 | 110111 | 100011 | 0 | 110100 | 110111 | 1100101 | 100011 | 100001 |
Color Harmonies of #4A7237
Complementary color
Monochromatic Colors of #4A7237
Black with #4A7237
Text Example
Text Example
White with #4A7237
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A7237; }
p { color: rgb(74,114,55); }
H1.HeaderClassName
{
color: #4A7237;
}
.AnyTagClassName
{
color: #4A7237;
}
</style>
background-color css
<style>
a { background-color: #4A7237; }
a { background-color: rgb(74,114,55); }
div.DivClassName
{
background-color: #4A7237;
}
.BgClassName
{
background-color: #4A7237;
}
</style>
border-color css
<style>
span { border-color: #4A7237; }
span { border-color: rgb(74,114,55); }
td.TdClassName
{
border-color: #4A7237;
}
.TagClassName
{
border-color: #4A7237;
}
</style>