Shades of Fern Green #4A8A45
Tints of Fern Green #4A8A45
RGB
CMYK
RGB Variations
Color information
#4A8A45 (or 0x4A8A45) is known color: Fern Green. HEX triplet: 4A, 8A and 45. RGB value is (74,138,69). Sum of RGB (Red+Green+Blue) = 74+138+69=281 (37% of max value = 765). Red value is 74 (29.30% from 255 or 26.33% from 281); Green value is 138 (54.30% from 255 or 49.11% from 281); Blue value is 69 (27.34% from 255 or 24.56% from 281); Max value from RGB is 138 - color contains mainly: green. Hex color #4A8A45 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4A8A45 is #B575BA. Grayscale: #6F6F6F. Windows color (decimal): -11892155 or 4557386. OLE color: 4557386.
HSL color Cylindrical-coordinate representation of color #4A8A45: hue angle of 115.65º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4A8A45 is Cyan = 0.46, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 74 | 138 | 69 | - |
| CMYK | 0.46 | 0 | 0.5 | 0.46 |
| HSL | 115.65º | 0.33% | 0.41% | - |
| HSV(B) | 115.65º | 0.5% | 0.54% | - |
| XYZ | 12.99 | 20.06 | 8.82 | - |
| YUV | 111 | 104.3 | 101.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 138 | 69 | 0.46 | 0 | 0.5 | 0.46 | 115.65 | 0.33 | 0.41 |
| Hex | 4A | 8A | 45 | 2E | 0 | 32 | 2E | 74 | 21 | 29 |
| Octal | 112 | 212 | 105 | 56 | 0 | 62 | 56 | 164 | 41 | 51 |
| Binary | 1001010 | 10001010 | 1000101 | 101110 | 0 | 110010 | 101110 | 1110100 | 100001 | 101001 |
Color Harmonies of #4A8A45
Complementary color
Monochromatic Colors of #4A8A45
Black with #4A8A45
Text Example
Text Example
White with #4A8A45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A8A45; }
p { color: rgb(74,138,69); }
H1.HeaderClassName
{
color: #4A8A45;
}
.AnyTagClassName
{
color: #4A8A45;
}
</style>
background-color css
<style>
a { background-color: #4A8A45; }
a { background-color: rgb(74,138,69); }
div.DivClassName
{
background-color: #4A8A45;
}
.BgClassName
{
background-color: #4A8A45;
}
</style>
border-color css
<style>
span { border-color: #4A8A45; }
span { border-color: rgb(74,138,69); }
td.TdClassName
{
border-color: #4A8A45;
}
.TagClassName
{
border-color: #4A8A45;
}
</style>