Shades of Fern Green #4A7045
Tints of Fern Green #4A7045
RGB
CMYK
RGB Variations
Color information
#4A7045 (or 0x4A7045) is known color: Fern Green. HEX triplet: 4A, 70 and 45. RGB value is (74,112,69). Sum of RGB (Red+Green+Blue) = 74+112+69=255 (33% of max value = 765). Red value is 74 (29.30% from 255 or 29.02% from 255); Green value is 112 (44.14% from 255 or 43.92% from 255); Blue value is 69 (27.34% from 255 or 27.06% from 255); Max value from RGB is 112 - color contains mainly: green. Hex color #4A7045 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A7045 is #B58FBA. Grayscale: #5F5F5F. Windows color (decimal): -11898811 or 4550730. OLE color: 4550730.
HSL color Cylindrical-coordinate representation of color #4A7045: hue angle of 113.02º degrees, saturation: 0.24, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #4A7045 is Cyan = 0.34, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 74 | 112 | 69 | - |
| CMYK | 0.34 | 0 | 0.38 | 0.56 |
| HSL | 113.02º | 0.24% | 0.35% | - |
| HSV(B) | 113.02º | 0.38% | 0.44% | - |
| XYZ | 9.69 | 13.47 | 7.72 | - |
| YUV | 95.74 | 112.91 | 112.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 112 | 69 | 0.34 | 0 | 0.38 | 0.56 | 113.02 | 0.24 | 0.35 |
| Hex | 4A | 70 | 45 | 22 | 0 | 26 | 38 | 71 | 18 | 23 |
| Octal | 112 | 160 | 105 | 42 | 0 | 46 | 70 | 161 | 30 | 43 |
| Binary | 1001010 | 1110000 | 1000101 | 100010 | 0 | 100110 | 111000 | 1110001 | 11000 | 100011 |
Color Harmonies of #4A7045
Complementary color
Monochromatic Colors of #4A7045
Black with #4A7045
Text Example
Text Example
White with #4A7045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A7045; }
p { color: rgb(74,112,69); }
H1.HeaderClassName
{
color: #4A7045;
}
.AnyTagClassName
{
color: #4A7045;
}
</style>
background-color css
<style>
a { background-color: #4A7045; }
a { background-color: rgb(74,112,69); }
div.DivClassName
{
background-color: #4A7045;
}
.BgClassName
{
background-color: #4A7045;
}
</style>
border-color css
<style>
span { border-color: #4A7045; }
span { border-color: rgb(74,112,69); }
td.TdClassName
{
border-color: #4A7045;
}
.TagClassName
{
border-color: #4A7045;
}
</style>