Shades of Fern Green #50724B
Tints of Fern Green #50724B
RGB
CMYK
RGB Variations
Color information
#50724B (or 0x50724B) is known color: Fern Green. HEX triplet: 50, 72 and 4B. RGB value is (80,114,75). Sum of RGB (Red+Green+Blue) = 80+114+75=269 (35% of max value = 765). Red value is 80 (31.64% from 255 or 29.74% from 269); Green value is 114 (44.92% from 255 or 42.38% from 269); Blue value is 75 (29.69% from 255 or 27.88% from 269); Max value from RGB is 114 - color contains mainly: green. Hex color #50724B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50724B is #AF8DB4. Grayscale: #636363. Windows color (decimal): -11505077 or 4944464. OLE color: 4944464.
HSL color Cylindrical-coordinate representation of color #50724B: hue angle of 112.31º degrees, saturation: 0.21, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #50724B is Cyan = 0.30, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 80 | 114 | 75 | - |
| CMYK | 0.30 | 0 | 0.34 | 0.55 |
| HSL | 112.31º | 0.21% | 0.37% | - |
| HSV(B) | 112.31º | 0.34% | 0.45% | - |
| XYZ | 10.6 | 14.25 | 8.85 | - |
| YUV | 99.39 | 114.24 | 114.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 114 | 75 | 0.30 | 0 | 0.34 | 0.55 | 112.31 | 0.21 | 0.37 |
| Hex | 50 | 72 | 4B | 1E | 0 | 22 | 37 | 70 | 15 | 25 |
| Octal | 120 | 162 | 113 | 36 | 0 | 42 | 67 | 160 | 25 | 45 |
| Binary | 1010000 | 1110010 | 1001011 | 11110 | 0 | 100010 | 110111 | 1110000 | 10101 | 100101 |
Color Harmonies of #50724B
Complementary color
Monochromatic Colors of #50724B
Black with #50724B
Text Example
Text Example
White with #50724B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50724B; }
p { color: rgb(80,114,75); }
H1.HeaderClassName
{
color: #50724B;
}
.AnyTagClassName
{
color: #50724B;
}
</style>
background-color css
<style>
a { background-color: #50724B; }
a { background-color: rgb(80,114,75); }
div.DivClassName
{
background-color: #50724B;
}
.BgClassName
{
background-color: #50724B;
}
</style>
border-color css
<style>
span { border-color: #50724B; }
span { border-color: rgb(80,114,75); }
td.TdClassName
{
border-color: #50724B;
}
.TagClassName
{
border-color: #50724B;
}
</style>