Shades of Fern Green #4F753B
Tints of Fern Green #4F753B
RGB
CMYK
RGB Variations
Color information
#4F753B (or 0x4F753B) is known color: Fern Green. HEX triplet: 4F, 75 and 3B. RGB value is (79,117,59). Sum of RGB (Red+Green+Blue) = 79+117+59=255 (33% of max value = 765). Red value is 79 (31.25% from 255 or 30.98% from 255); Green value is 117 (46.09% from 255 or 45.88% from 255); Blue value is 59 (23.44% from 255 or 23.14% from 255); Max value from RGB is 117 - color contains mainly: green. Hex color #4F753B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F753B is #B08AC4. Grayscale: #636363. Windows color (decimal): -11569861 or 3896655. OLE color: 3896655.
HSL color Cylindrical-coordinate representation of color #4F753B: hue angle of 99.31º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4F753B is Cyan = 0.32, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 79 | 117 | 59 | - |
| CMYK | 0.32 | 0 | 0.50 | 0.54 |
| HSL | 99.31º | 0.33% | 0.35% | - |
| HSV(B) | 99.31º | 0.5% | 0.46% | - |
| XYZ | 10.38 | 14.7 | 6.43 | - |
| YUV | 99.03 | 105.41 | 113.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 117 | 59 | 0.32 | 0 | 0.50 | 0.54 | 99.31 | 0.33 | 0.35 |
| Hex | 4F | 75 | 3B | 20 | 0 | 32 | 36 | 63 | 21 | 23 |
| Octal | 117 | 165 | 73 | 40 | 0 | 62 | 66 | 143 | 41 | 43 |
| Binary | 1001111 | 1110101 | 111011 | 100000 | 0 | 110010 | 110110 | 1100011 | 100001 | 100011 |
Color Harmonies of #4F753B
Complementary color
Monochromatic Colors of #4F753B
Black with #4F753B
Text Example
Text Example
White with #4F753B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F753B; }
p { color: rgb(79,117,59); }
H1.HeaderClassName
{
color: #4F753B;
}
.AnyTagClassName
{
color: #4F753B;
}
</style>
background-color css
<style>
a { background-color: #4F753B; }
a { background-color: rgb(79,117,59); }
div.DivClassName
{
background-color: #4F753B;
}
.BgClassName
{
background-color: #4F753B;
}
</style>
border-color css
<style>
span { border-color: #4F753B; }
span { border-color: rgb(79,117,59); }
td.TdClassName
{
border-color: #4F753B;
}
.TagClassName
{
border-color: #4F753B;
}
</style>