Shades of Fern Green #4A7E43
Tints of Fern Green #4A7E43
RGB
CMYK
RGB Variations
Color information
#4A7E43 (or 0x4A7E43) is known color: Fern Green. HEX triplet: 4A, 7E and 43. RGB value is (74,126,67). Sum of RGB (Red+Green+Blue) = 74+126+67=267 (35% of max value = 765). Red value is 74 (29.30% from 255 or 27.72% from 267); Green value is 126 (49.61% from 255 or 47.19% from 267); Blue value is 67 (26.56% from 255 or 25.09% from 267); Max value from RGB is 126 - color contains mainly: green. Hex color #4A7E43 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A7E43 is #B581BC. Grayscale: #676767. Windows color (decimal): -11895229 or 4423242. OLE color: 4423242.
HSL color Cylindrical-coordinate representation of color #4A7E43: hue angle of 112.88º degrees, saturation: 0.31, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #4A7E43 is Cyan = 0.41, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 74 | 126 | 67 | - |
| CMYK | 0.41 | 0 | 0.47 | 0.51 |
| HSL | 112.88º | 0.31% | 0.38% | - |
| HSV(B) | 112.88º | 0.47% | 0.49% | - |
| XYZ | 11.3 | 16.78 | 7.95 | - |
| YUV | 103.73 | 107.27 | 106.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 126 | 67 | 0.41 | 0 | 0.47 | 0.51 | 112.88 | 0.31 | 0.38 |
| Hex | 4A | 7E | 43 | 29 | 0 | 2F | 33 | 71 | 1F | 26 |
| Octal | 112 | 176 | 103 | 51 | 0 | 57 | 63 | 161 | 37 | 46 |
| Binary | 1001010 | 1111110 | 1000011 | 101001 | 0 | 101111 | 110011 | 1110001 | 11111 | 100110 |
Color Harmonies of #4A7E43
Complementary color
Monochromatic Colors of #4A7E43
Black with #4A7E43
Text Example
Text Example
White with #4A7E43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A7E43; }
p { color: rgb(74,126,67); }
H1.HeaderClassName
{
color: #4A7E43;
}
.AnyTagClassName
{
color: #4A7E43;
}
</style>
background-color css
<style>
a { background-color: #4A7E43; }
a { background-color: rgb(74,126,67); }
div.DivClassName
{
background-color: #4A7E43;
}
.BgClassName
{
background-color: #4A7E43;
}
</style>
border-color css
<style>
span { border-color: #4A7E43; }
span { border-color: rgb(74,126,67); }
td.TdClassName
{
border-color: #4A7E43;
}
.TagClassName
{
border-color: #4A7E43;
}
</style>