Shades of Fern Green #50704B
Tints of Fern Green #50704B
RGB
CMYK
RGB Variations
Color information
#50704B (or 0x50704B) is known color: Fern Green. HEX triplet: 50, 70 and 4B. RGB value is (80,112,75). Sum of RGB (Red+Green+Blue) = 80+112+75=267 (35% of max value = 765). Red value is 80 (31.64% from 255 or 29.96% from 267); Green value is 112 (44.14% from 255 or 41.95% from 267); Blue value is 75 (29.69% from 255 or 28.09% from 267); Max value from RGB is 112 - color contains mainly: green. Hex color #50704B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50704B is #AF8FB4. Grayscale: #626262. Windows color (decimal): -11505589 or 4943952. OLE color: 4943952.
HSL color Cylindrical-coordinate representation of color #50704B: hue angle of 111.89º degrees, saturation: 0.2, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #50704B is Cyan = 0.29, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 80 | 112 | 75 | - |
| CMYK | 0.29 | 0 | 0.33 | 0.56 |
| HSL | 111.89º | 0.2% | 0.37% | - |
| HSV(B) | 111.89º | 0.33% | 0.44% | - |
| XYZ | 10.37 | 13.8 | 8.77 | - |
| YUV | 98.21 | 114.9 | 115.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 112 | 75 | 0.29 | 0 | 0.33 | 0.56 | 111.89 | 0.2 | 0.37 |
| Hex | 50 | 70 | 4B | 1D | 0 | 21 | 38 | 70 | 14 | 25 |
| Octal | 120 | 160 | 113 | 35 | 0 | 41 | 70 | 160 | 24 | 45 |
| Binary | 1010000 | 1110000 | 1001011 | 11101 | 0 | 100001 | 111000 | 1110000 | 10100 | 100101 |
Color Harmonies of #50704B
Complementary color
Monochromatic Colors of #50704B
Black with #50704B
Text Example
Text Example
White with #50704B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50704B; }
p { color: rgb(80,112,75); }
H1.HeaderClassName
{
color: #50704B;
}
.AnyTagClassName
{
color: #50704B;
}
</style>
background-color css
<style>
a { background-color: #50704B; }
a { background-color: rgb(80,112,75); }
div.DivClassName
{
background-color: #50704B;
}
.BgClassName
{
background-color: #50704B;
}
</style>
border-color css
<style>
span { border-color: #50704B; }
span { border-color: rgb(80,112,75); }
td.TdClassName
{
border-color: #50704B;
}
.TagClassName
{
border-color: #50704B;
}
</style>