Shades of Fern Green #4A7445
Tints of Fern Green #4A7445
RGB
CMYK
RGB Variations
Color information
#4A7445 (or 0x4A7445) is known color: Fern Green. HEX triplet: 4A, 74 and 45. RGB value is (74,116,69). Sum of RGB (Red+Green+Blue) = 74+116+69=259 (34% of max value = 765). Red value is 74 (29.30% from 255 or 28.57% from 259); Green value is 116 (45.70% from 255 or 44.79% from 259); Blue value is 69 (27.34% from 255 or 26.64% from 259); Max value from RGB is 116 - color contains mainly: green. Hex color #4A7445 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A7445 is #B58BBA. Grayscale: #626262. Windows color (decimal): -11897787 or 4551754. OLE color: 4551754.
HSL color Cylindrical-coordinate representation of color #4A7445: hue angle of 113.62º degrees, saturation: 0.25, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #4A7445 is Cyan = 0.36, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 74 | 116 | 69 | - |
| CMYK | 0.36 | 0 | 0.41 | 0.55 |
| HSL | 113.62º | 0.25% | 0.36% | - |
| HSV(B) | 113.62º | 0.41% | 0.45% | - |
| XYZ | 10.14 | 14.38 | 7.87 | - |
| YUV | 98.08 | 111.59 | 110.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 116 | 69 | 0.36 | 0 | 0.41 | 0.55 | 113.62 | 0.25 | 0.36 |
| Hex | 4A | 74 | 45 | 24 | 0 | 29 | 37 | 72 | 19 | 24 |
| Octal | 112 | 164 | 105 | 44 | 0 | 51 | 67 | 162 | 31 | 44 |
| Binary | 1001010 | 1110100 | 1000101 | 100100 | 0 | 101001 | 110111 | 1110010 | 11001 | 100100 |
Color Harmonies of #4A7445
Complementary color
Monochromatic Colors of #4A7445
Black with #4A7445
Text Example
Text Example
White with #4A7445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A7445; }
p { color: rgb(74,116,69); }
H1.HeaderClassName
{
color: #4A7445;
}
.AnyTagClassName
{
color: #4A7445;
}
</style>
background-color css
<style>
a { background-color: #4A7445; }
a { background-color: rgb(74,116,69); }
div.DivClassName
{
background-color: #4A7445;
}
.BgClassName
{
background-color: #4A7445;
}
</style>
border-color css
<style>
span { border-color: #4A7445; }
span { border-color: rgb(74,116,69); }
td.TdClassName
{
border-color: #4A7445;
}
.TagClassName
{
border-color: #4A7445;
}
</style>