Shades of Fern Green #4F733D
Tints of Fern Green #4F733D
RGB
CMYK
RGB Variations
Color information
#4F733D (or 0x4F733D) is known color: Fern Green. HEX triplet: 4F, 73 and 3D. RGB value is (79,115,61). Sum of RGB (Red+Green+Blue) = 79+115+61=255 (33% of max value = 765). Red value is 79 (31.25% from 255 or 30.98% from 255); Green value is 115 (45.31% from 255 or 45.10% from 255); Blue value is 61 (24.22% from 255 or 23.92% from 255); Max value from RGB is 115 - color contains mainly: green. Hex color #4F733D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F733D is #B08CC2. Grayscale: #626262. Windows color (decimal): -11570371 or 4027215. OLE color: 4027215.
HSL color Cylindrical-coordinate representation of color #4F733D: hue angle of 100º degrees, saturation: 0.31, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #4F733D is Cyan = 0.31, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 79 | 115 | 61 | - |
| CMYK | 0.31 | 0 | 0.47 | 0.55 |
| HSL | 100º | 0.31% | 0.35% | - |
| HSV(B) | 100º | 0.47% | 0.45% | - |
| XYZ | 10.2 | 14.26 | 6.63 | - |
| YUV | 98.08 | 107.07 | 114.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 115 | 61 | 0.31 | 0 | 0.47 | 0.55 | 100 | 0.31 | 0.35 |
| Hex | 4F | 73 | 3D | 1F | 0 | 2F | 37 | 64 | 1F | 23 |
| Octal | 117 | 163 | 75 | 37 | 0 | 57 | 67 | 144 | 37 | 43 |
| Binary | 1001111 | 1110011 | 111101 | 11111 | 0 | 101111 | 110111 | 1100100 | 11111 | 100011 |
Color Harmonies of #4F733D
Complementary color
Monochromatic Colors of #4F733D
Black with #4F733D
Text Example
Text Example
White with #4F733D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F733D; }
p { color: rgb(79,115,61); }
H1.HeaderClassName
{
color: #4F733D;
}
.AnyTagClassName
{
color: #4F733D;
}
</style>
background-color css
<style>
a { background-color: #4F733D; }
a { background-color: rgb(79,115,61); }
div.DivClassName
{
background-color: #4F733D;
}
.BgClassName
{
background-color: #4F733D;
}
</style>
border-color css
<style>
span { border-color: #4F733D; }
span { border-color: rgb(79,115,61); }
td.TdClassName
{
border-color: #4F733D;
}
.TagClassName
{
border-color: #4F733D;
}
</style>