Shades of Fern Green #4A843F
Tints of Fern Green #4A843F
RGB
CMYK
RGB Variations
Color information
#4A843F (or 0x4A843F) is known color: Fern Green. HEX triplet: 4A, 84 and 3F. RGB value is (74,132,63). Sum of RGB (Red+Green+Blue) = 74+132+63=269 (35% of max value = 765). Red value is 74 (29.30% from 255 or 27.51% from 269); Green value is 132 (51.95% from 255 or 49.07% from 269); Blue value is 63 (25% from 255 or 23.42% from 269); Max value from RGB is 132 - color contains mainly: green. Hex color #4A843F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4A843F is #B57BC0. Grayscale: #6B6B6B. Windows color (decimal): -11893697 or 4162634. OLE color: 4162634.
HSL color Cylindrical-coordinate representation of color #4A843F: hue angle of 110.43º degrees, saturation: 0.35, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4A843F is Cyan = 0.44, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 74 | 132 | 63 | - |
| CMYK | 0.44 | 0 | 0.52 | 0.48 |
| HSL | 110.43º | 0.35% | 0.38% | - |
| HSV(B) | 110.43º | 0.52% | 0.52% | - |
| XYZ | 11.97 | 18.32 | 7.61 | - |
| YUV | 106.79 | 103.28 | 104.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 132 | 63 | 0.44 | 0 | 0.52 | 0.48 | 110.43 | 0.35 | 0.38 |
| Hex | 4A | 84 | 3F | 2C | 0 | 34 | 30 | 6E | 23 | 26 |
| Octal | 112 | 204 | 77 | 54 | 0 | 64 | 60 | 156 | 43 | 46 |
| Binary | 1001010 | 10000100 | 111111 | 101100 | 0 | 110100 | 110000 | 1101110 | 100011 | 100110 |
Color Harmonies of #4A843F
Complementary color
Monochromatic Colors of #4A843F
Black with #4A843F
Text Example
Text Example
White with #4A843F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A843F; }
p { color: rgb(74,132,63); }
H1.HeaderClassName
{
color: #4A843F;
}
.AnyTagClassName
{
color: #4A843F;
}
</style>
background-color css
<style>
a { background-color: #4A843F; }
a { background-color: rgb(74,132,63); }
div.DivClassName
{
background-color: #4A843F;
}
.BgClassName
{
background-color: #4A843F;
}
</style>
border-color css
<style>
span { border-color: #4A843F; }
span { border-color: rgb(74,132,63); }
td.TdClassName
{
border-color: #4A843F;
}
.TagClassName
{
border-color: #4A843F;
}
</style>