Shades of Fern Green #4F8A45
Tints of Fern Green #4F8A45
RGB
CMYK
RGB Variations
Color information
#4F8A45 (or 0x4F8A45) is known color: Fern Green. HEX triplet: 4F, 8A and 45. RGB value is (79,138,69). Sum of RGB (Red+Green+Blue) = 79+138+69=286 (37% of max value = 765). Red value is 79 (31.25% from 255 or 27.62% from 286); Green value is 138 (54.30% from 255 or 48.25% from 286); Blue value is 69 (27.34% from 255 or 24.13% from 286); Max value from RGB is 138 - color contains mainly: green. Hex color #4F8A45 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4F8A45 is #B075BA. Grayscale: #707070. Windows color (decimal): -11564475 or 4557391. OLE color: 4557391.
HSL color Cylindrical-coordinate representation of color #4F8A45: hue angle of 111.3º 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 #4F8A45 is Cyan = 0.43, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 79 | 138 | 69 | - |
| CMYK | 0.43 | 0 | 0.5 | 0.46 |
| HSL | 111.3º | 0.33% | 0.41% | - |
| HSV(B) | 111.3º | 0.5% | 0.54% | - |
| XYZ | 13.39 | 20.27 | 8.84 | - |
| YUV | 112.49 | 103.45 | 104.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 138 | 69 | 0.43 | 0 | 0.5 | 0.46 | 111.3 | 0.33 | 0.41 |
| Hex | 4F | 8A | 45 | 2B | 0 | 32 | 2E | 6F | 21 | 29 |
| Octal | 117 | 212 | 105 | 53 | 0 | 62 | 56 | 157 | 41 | 51 |
| Binary | 1001111 | 10001010 | 1000101 | 101011 | 0 | 110010 | 101110 | 1101111 | 100001 | 101001 |
Color Harmonies of #4F8A45
Complementary color
Monochromatic Colors of #4F8A45
Black with #4F8A45
Text Example
Text Example
White with #4F8A45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F8A45; }
p { color: rgb(79,138,69); }
H1.HeaderClassName
{
color: #4F8A45;
}
.AnyTagClassName
{
color: #4F8A45;
}
</style>
background-color css
<style>
a { background-color: #4F8A45; }
a { background-color: rgb(79,138,69); }
div.DivClassName
{
background-color: #4F8A45;
}
.BgClassName
{
background-color: #4F8A45;
}
</style>
border-color css
<style>
span { border-color: #4F8A45; }
span { border-color: rgb(79,138,69); }
td.TdClassName
{
border-color: #4F8A45;
}
.TagClassName
{
border-color: #4F8A45;
}
</style>