Shades of Fern Green #4F7C33
Tints of Fern Green #4F7C33
RGB
CMYK
RGB Variations
Color information
#4F7C33 (or 0x4F7C33) is known color: Fern Green. HEX triplet: 4F, 7C and 33. RGB value is (79,124,51). Sum of RGB (Red+Green+Blue) = 79+124+51=254 (33% of max value = 765). Red value is 79 (31.25% from 255 or 31.10% from 254); Green value is 124 (48.83% from 255 or 48.82% from 254); Blue value is 51 (20.31% from 255 or 20.08% from 254); Max value from RGB is 124 - color contains mainly: green. Hex color #4F7C33 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F7C33 is #B083CC. Grayscale: #666666. Windows color (decimal): -11568077 or 3374159. OLE color: 3374159.
HSL color Cylindrical-coordinate representation of color #4F7C33: hue angle of 96.99º degrees, saturation: 0.42, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4F7C33 is Cyan = 0.36, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 79 | 124 | 51 | - |
| CMYK | 0.36 | 0 | 0.59 | 0.51 |
| HSL | 96.99º | 0.42% | 0.34% | - |
| HSV(B) | 96.99º | 0.59% | 0.49% | - |
| XYZ | 11.03 | 16.32 | 5.7 | - |
| YUV | 102.22 | 99.09 | 111.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 124 | 51 | 0.36 | 0 | 0.59 | 0.51 | 96.99 | 0.42 | 0.34 |
| Hex | 4F | 7C | 33 | 24 | 0 | 3B | 33 | 61 | 2A | 22 |
| Octal | 117 | 174 | 63 | 44 | 0 | 73 | 63 | 141 | 52 | 42 |
| Binary | 1001111 | 1111100 | 110011 | 100100 | 0 | 111011 | 110011 | 1100001 | 101010 | 100010 |
Color Harmonies of #4F7C33
Complementary color
Monochromatic Colors of #4F7C33
Black with #4F7C33
Text Example
Text Example
White with #4F7C33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F7C33; }
p { color: rgb(79,124,51); }
H1.HeaderClassName
{
color: #4F7C33;
}
.AnyTagClassName
{
color: #4F7C33;
}
</style>
background-color css
<style>
a { background-color: #4F7C33; }
a { background-color: rgb(79,124,51); }
div.DivClassName
{
background-color: #4F7C33;
}
.BgClassName
{
background-color: #4F7C33;
}
</style>
border-color css
<style>
span { border-color: #4F7C33; }
span { border-color: rgb(79,124,51); }
td.TdClassName
{
border-color: #4F7C33;
}
.TagClassName
{
border-color: #4F7C33;
}
</style>