Shades of Fern Green #4F7B34
Tints of Fern Green #4F7B34
RGB
CMYK
RGB Variations
Color information
#4F7B34 (or 0x4F7B34) is known color: Fern Green. HEX triplet: 4F, 7B and 34. RGB value is (79,123,52). Sum of RGB (Red+Green+Blue) = 79+123+52=254 (33% of max value = 765). Red value is 79 (31.25% from 255 or 31.10% from 254); Green value is 123 (48.44% from 255 or 48.43% from 254); Blue value is 52 (20.70% from 255 or 20.47% from 254); Max value from RGB is 123 - color contains mainly: green. Hex color #4F7B34 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F7B34 is #B084CB. Grayscale: #656565. Windows color (decimal): -11568332 or 3439439. OLE color: 3439439.
HSL color Cylindrical-coordinate representation of color #4F7B34: hue angle of 97.18º degrees, saturation: 0.41, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4F7B34 is Cyan = 0.36, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 79 | 123 | 52 | - |
| CMYK | 0.36 | 0 | 0.58 | 0.52 |
| HSL | 97.18º | 0.41% | 0.34% | - |
| HSV(B) | 97.18º | 0.58% | 0.48% | - |
| XYZ | 10.93 | 16.08 | 5.78 | - |
| YUV | 101.75 | 99.92 | 111.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 123 | 52 | 0.36 | 0 | 0.58 | 0.52 | 97.18 | 0.41 | 0.34 |
| Hex | 4F | 7B | 34 | 24 | 0 | 3A | 34 | 61 | 29 | 22 |
| Octal | 117 | 173 | 64 | 44 | 0 | 72 | 64 | 141 | 51 | 42 |
| Binary | 1001111 | 1111011 | 110100 | 100100 | 0 | 111010 | 110100 | 1100001 | 101001 | 100010 |
Color Harmonies of #4F7B34
Complementary color
Monochromatic Colors of #4F7B34
Black with #4F7B34
Text Example
Text Example
White with #4F7B34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F7B34; }
p { color: rgb(79,123,52); }
H1.HeaderClassName
{
color: #4F7B34;
}
.AnyTagClassName
{
color: #4F7B34;
}
</style>
background-color css
<style>
a { background-color: #4F7B34; }
a { background-color: rgb(79,123,52); }
div.DivClassName
{
background-color: #4F7B34;
}
.BgClassName
{
background-color: #4F7B34;
}
</style>
border-color css
<style>
span { border-color: #4F7B34; }
span { border-color: rgb(79,123,52); }
td.TdClassName
{
border-color: #4F7B34;
}
.TagClassName
{
border-color: #4F7B34;
}
</style>