Shades of Fern Green #50724A
Tints of Fern Green #50724A
RGB
CMYK
RGB Variations
Color information
#50724A (or 0x50724A) is known color: Fern Green. HEX triplet: 50, 72 and 4A. RGB value is (80,114,74). Sum of RGB (Red+Green+Blue) = 80+114+74=268 (35% of max value = 765). Red value is 80 (31.64% from 255 or 29.85% from 268); Green value is 114 (44.92% from 255 or 42.54% from 268); Blue value is 74 (29.30% from 255 or 27.61% from 268); Max value from RGB is 114 - color contains mainly: green. Hex color #50724A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50724A is #AF8DB5. Grayscale: #636363. Windows color (decimal): -11505078 or 4878928. OLE color: 4878928.
HSL color Cylindrical-coordinate representation of color #50724A: hue angle of 111º degrees, saturation: 0.21, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #50724A is Cyan = 0.30, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 80 | 114 | 74 | - |
| CMYK | 0.30 | 0 | 0.35 | 0.55 |
| HSL | 111º | 0.21% | 0.37% | - |
| HSV(B) | 111º | 0.35% | 0.45% | - |
| XYZ | 10.56 | 14.23 | 8.67 | - |
| YUV | 99.27 | 113.74 | 114.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 114 | 74 | 0.30 | 0 | 0.35 | 0.55 | 111 | 0.21 | 0.37 |
| Hex | 50 | 72 | 4A | 1E | 0 | 23 | 37 | 6F | 15 | 25 |
| Octal | 120 | 162 | 112 | 36 | 0 | 43 | 67 | 157 | 25 | 45 |
| Binary | 1010000 | 1110010 | 1001010 | 11110 | 0 | 100011 | 110111 | 1101111 | 10101 | 100101 |
Color Harmonies of #50724A
Complementary color
Monochromatic Colors of #50724A
Black with #50724A
Text Example
Text Example
White with #50724A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50724A; }
p { color: rgb(80,114,74); }
H1.HeaderClassName
{
color: #50724A;
}
.AnyTagClassName
{
color: #50724A;
}
</style>
background-color css
<style>
a { background-color: #50724A; }
a { background-color: rgb(80,114,74); }
div.DivClassName
{
background-color: #50724A;
}
.BgClassName
{
background-color: #50724A;
}
</style>
border-color css
<style>
span { border-color: #50724A; }
span { border-color: rgb(80,114,74); }
td.TdClassName
{
border-color: #50724A;
}
.TagClassName
{
border-color: #50724A;
}
</style>