Shades of Fern Green #50704C
Tints of Fern Green #50704C
RGB
CMYK
RGB Variations
Color information
#50704C (or 0x50704C) is known color: Fern Green. HEX triplet: 50, 70 and 4C. RGB value is (80,112,76). Sum of RGB (Red+Green+Blue) = 80+112+76=268 (35% of max value = 765). Red value is 80 (31.64% from 255 or 29.85% from 268); Green value is 112 (44.14% from 255 or 41.79% from 268); Blue value is 76 (30.08% from 255 or 28.36% from 268); Max value from RGB is 112 - color contains mainly: green. Hex color #50704C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50704C is #AF8FB3. Grayscale: #626262. Windows color (decimal): -11505588 or 5009488. OLE color: 5009488.
HSL color Cylindrical-coordinate representation of color #50704C: hue angle of 113.33º degrees, saturation: 0.19, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #50704C is Cyan = 0.29, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 80 | 112 | 76 | - |
| CMYK | 0.29 | 0 | 0.32 | 0.56 |
| HSL | 113.33º | 0.19% | 0.37% | - |
| HSV(B) | 113.33º | 0.32% | 0.44% | - |
| XYZ | 10.41 | 13.82 | 8.96 | - |
| YUV | 98.33 | 115.4 | 114.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 112 | 76 | 0.29 | 0 | 0.32 | 0.56 | 113.33 | 0.19 | 0.37 |
| Hex | 50 | 70 | 4C | 1D | 0 | 20 | 38 | 71 | 13 | 25 |
| Octal | 120 | 160 | 114 | 35 | 0 | 40 | 70 | 161 | 23 | 45 |
| Binary | 1010000 | 1110000 | 1001100 | 11101 | 0 | 100000 | 111000 | 1110001 | 10011 | 100101 |
Color Harmonies of #50704C
Complementary color
Monochromatic Colors of #50704C
Black with #50704C
Text Example
Text Example
White with #50704C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50704C; }
p { color: rgb(80,112,76); }
H1.HeaderClassName
{
color: #50704C;
}
.AnyTagClassName
{
color: #50704C;
}
</style>
background-color css
<style>
a { background-color: #50704C; }
a { background-color: rgb(80,112,76); }
div.DivClassName
{
background-color: #50704C;
}
.BgClassName
{
background-color: #50704C;
}
</style>
border-color css
<style>
span { border-color: #50704C; }
span { border-color: rgb(80,112,76); }
td.TdClassName
{
border-color: #50704C;
}
.TagClassName
{
border-color: #50704C;
}
</style>