Shades of Fern Green #4A7E38
Tints of Fern Green #4A7E38
RGB
CMYK
RGB Variations
Color information
#4A7E38 (or 0x4A7E38) is known color: Fern Green. HEX triplet: 4A, 7E and 38. RGB value is (74,126,56). Sum of RGB (Red+Green+Blue) = 74+126+56=256 (33% of max value = 765). Red value is 74 (29.30% from 255 or 28.91% from 256); Green value is 126 (49.61% from 255 or 49.22% from 256); Blue value is 56 (22.27% from 255 or 21.88% from 256); Max value from RGB is 126 - color contains mainly: green. Hex color #4A7E38 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A7E38 is #B581C7. Grayscale: #666666. Windows color (decimal): -11895240 or 3702346. OLE color: 3702346.
HSL color Cylindrical-coordinate representation of color #4A7E38: hue angle of 104.57º degrees, saturation: 0.38, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4A7E38 is Cyan = 0.41, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 74 | 126 | 56 | - |
| CMYK | 0.41 | 0 | 0.56 | 0.51 |
| HSL | 104.57º | 0.38% | 0.36% | - |
| HSV(B) | 104.57º | 0.56% | 0.49% | - |
| XYZ | 11 | 16.66 | 6.38 | - |
| YUV | 102.47 | 101.77 | 107.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 126 | 56 | 0.41 | 0 | 0.56 | 0.51 | 104.57 | 0.38 | 0.36 |
| Hex | 4A | 7E | 38 | 29 | 0 | 38 | 33 | 69 | 26 | 24 |
| Octal | 112 | 176 | 70 | 51 | 0 | 70 | 63 | 151 | 46 | 44 |
| Binary | 1001010 | 1111110 | 111000 | 101001 | 0 | 111000 | 110011 | 1101001 | 100110 | 100100 |
Color Harmonies of #4A7E38
Complementary color
Monochromatic Colors of #4A7E38
Black with #4A7E38
Text Example
Text Example
White with #4A7E38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A7E38; }
p { color: rgb(74,126,56); }
H1.HeaderClassName
{
color: #4A7E38;
}
.AnyTagClassName
{
color: #4A7E38;
}
</style>
background-color css
<style>
a { background-color: #4A7E38; }
a { background-color: rgb(74,126,56); }
div.DivClassName
{
background-color: #4A7E38;
}
.BgClassName
{
background-color: #4A7E38;
}
</style>
border-color css
<style>
span { border-color: #4A7E38; }
span { border-color: rgb(74,126,56); }
td.TdClassName
{
border-color: #4A7E38;
}
.TagClassName
{
border-color: #4A7E38;
}
</style>