Shades of Fern Green #4F9242
Tints of Fern Green #4F9242
RGB
CMYK
RGB Variations
Color information
#4F9242 (or 0x4F9242) is known color: Fern Green. HEX triplet: 4F, 92 and 42. RGB value is (79,146,66). Sum of RGB (Red+Green+Blue) = 79+146+66=291 (38% of max value = 765). Red value is 79 (31.25% from 255 or 27.15% from 291); Green value is 146 (57.42% from 255 or 50.17% from 291); Blue value is 66 (26.17% from 255 or 22.68% from 291); Max value from RGB is 146 - color contains mainly: green. Hex color #4F9242 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4F9242 is #B06DBD. Grayscale: #757575. Windows color (decimal): -11562430 or 4362831. OLE color: 4362831.
HSL color Cylindrical-coordinate representation of color #4F9242: hue angle of 110.25º degrees, saturation: 0.38, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4F9242 is Cyan = 0.46, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 79 | 146 | 66 | - |
| CMYK | 0.46 | 0 | 0.55 | 0.43 |
| HSL | 110.25º | 0.38% | 0.42% | - |
| HSV(B) | 110.25º | 0.55% | 0.57% | - |
| XYZ | 14.49 | 22.61 | 8.76 | - |
| YUV | 116.85 | 99.3 | 101 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 146 | 66 | 0.46 | 0 | 0.55 | 0.43 | 110.25 | 0.38 | 0.42 |
| Hex | 4F | 92 | 42 | 2E | 0 | 37 | 2B | 6E | 26 | 2A |
| Octal | 117 | 222 | 102 | 56 | 0 | 67 | 53 | 156 | 46 | 52 |
| Binary | 1001111 | 10010010 | 1000010 | 101110 | 0 | 110111 | 101011 | 1101110 | 100110 | 101010 |
Color Harmonies of #4F9242
Complementary color
Monochromatic Colors of #4F9242
Black with #4F9242
Text Example
Text Example
White with #4F9242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F9242; }
p { color: rgb(79,146,66); }
H1.HeaderClassName
{
color: #4F9242;
}
.AnyTagClassName
{
color: #4F9242;
}
</style>
background-color css
<style>
a { background-color: #4F9242; }
a { background-color: rgb(79,146,66); }
div.DivClassName
{
background-color: #4F9242;
}
.BgClassName
{
background-color: #4F9242;
}
</style>
border-color css
<style>
span { border-color: #4F9242; }
span { border-color: rgb(79,146,66); }
td.TdClassName
{
border-color: #4F9242;
}
.TagClassName
{
border-color: #4F9242;
}
</style>