Shades of Fern Green #4A8145
Tints of Fern Green #4A8145
RGB
CMYK
RGB Variations
Color information
#4A8145 (or 0x4A8145) is known color: Fern Green. HEX triplet: 4A, 81 and 45. RGB value is (74,129,69). Sum of RGB (Red+Green+Blue) = 74+129+69=272 (36% of max value = 765). Red value is 74 (29.30% from 255 or 27.21% from 272); Green value is 129 (50.78% from 255 or 47.43% from 272); Blue value is 69 (27.34% from 255 or 25.37% from 272); Max value from RGB is 129 - color contains mainly: green. Hex color #4A8145 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4A8145 is #B57EBA. Grayscale: #696969. Windows color (decimal): -11894459 or 4555082. OLE color: 4555082.
HSL color Cylindrical-coordinate representation of color #4A8145: hue angle of 115º degrees, saturation: 0.3, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #4A8145 is Cyan = 0.43, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 74 | 129 | 69 | - |
| CMYK | 0.43 | 0 | 0.47 | 0.49 |
| HSL | 115º | 0.3% | 0.39% | - |
| HSV(B) | 115º | 0.47% | 0.51% | - |
| XYZ | 11.75 | 17.59 | 8.41 | - |
| YUV | 105.72 | 107.28 | 105.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 129 | 69 | 0.43 | 0 | 0.47 | 0.49 | 115 | 0.3 | 0.39 |
| Hex | 4A | 81 | 45 | 2B | 0 | 2F | 31 | 73 | 1E | 27 |
| Octal | 112 | 201 | 105 | 53 | 0 | 57 | 61 | 163 | 36 | 47 |
| Binary | 1001010 | 10000001 | 1000101 | 101011 | 0 | 101111 | 110001 | 1110011 | 11110 | 100111 |
Color Harmonies of #4A8145
Complementary color
Monochromatic Colors of #4A8145
Black with #4A8145
Text Example
Text Example
White with #4A8145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A8145; }
p { color: rgb(74,129,69); }
H1.HeaderClassName
{
color: #4A8145;
}
.AnyTagClassName
{
color: #4A8145;
}
</style>
background-color css
<style>
a { background-color: #4A8145; }
a { background-color: rgb(74,129,69); }
div.DivClassName
{
background-color: #4A8145;
}
.BgClassName
{
background-color: #4A8145;
}
</style>
border-color css
<style>
span { border-color: #4A8145; }
span { border-color: rgb(74,129,69); }
td.TdClassName
{
border-color: #4A8145;
}
.TagClassName
{
border-color: #4A8145;
}
</style>