Shades of Fern Green #4F754A
Tints of Fern Green #4F754A
RGB
CMYK
RGB Variations
Color information
#4F754A (or 0x4F754A) is known color: Fern Green. HEX triplet: 4F, 75 and 4A. RGB value is (79,117,74). Sum of RGB (Red+Green+Blue) = 79+117+74=270 (35% of max value = 765). Red value is 79 (31.25% from 255 or 29.26% from 270); Green value is 117 (46.09% from 255 or 43.33% from 270); Blue value is 74 (29.30% from 255 or 27.41% from 270); Max value from RGB is 117 - color contains mainly: green. Hex color #4F754A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F754A is #B08AB5. Grayscale: #646464. Windows color (decimal): -11569846 or 4879695. OLE color: 4879695.
HSL color Cylindrical-coordinate representation of color #4F754A: hue angle of 113.02º degrees, saturation: 0.23, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #4F754A is Cyan = 0.32, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 79 | 117 | 74 | - |
| CMYK | 0.32 | 0 | 0.37 | 0.54 |
| HSL | 113.02º | 0.23% | 0.37% | - |
| HSV(B) | 113.02º | 0.37% | 0.46% | - |
| XYZ | 10.82 | 14.88 | 8.78 | - |
| YUV | 100.74 | 112.91 | 112.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 117 | 74 | 0.32 | 0 | 0.37 | 0.54 | 113.02 | 0.23 | 0.37 |
| Hex | 4F | 75 | 4A | 20 | 0 | 25 | 36 | 71 | 17 | 25 |
| Octal | 117 | 165 | 112 | 40 | 0 | 45 | 66 | 161 | 27 | 45 |
| Binary | 1001111 | 1110101 | 1001010 | 100000 | 0 | 100101 | 110110 | 1110001 | 10111 | 100101 |
Color Harmonies of #4F754A
Complementary color
Monochromatic Colors of #4F754A
Black with #4F754A
Text Example
Text Example
White with #4F754A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F754A; }
p { color: rgb(79,117,74); }
H1.HeaderClassName
{
color: #4F754A;
}
.AnyTagClassName
{
color: #4F754A;
}
</style>
background-color css
<style>
a { background-color: #4F754A; }
a { background-color: rgb(79,117,74); }
div.DivClassName
{
background-color: #4F754A;
}
.BgClassName
{
background-color: #4F754A;
}
</style>
border-color css
<style>
span { border-color: #4F754A; }
span { border-color: rgb(79,117,74); }
td.TdClassName
{
border-color: #4F754A;
}
.TagClassName
{
border-color: #4F754A;
}
</style>