Shades of Fern Green #50764D
Tints of Fern Green #50764D
RGB
CMYK
RGB Variations
Color information
#50764D (or 0x50764D) is known color: Fern Green. HEX triplet: 50, 76 and 4D. RGB value is (80,118,77). Sum of RGB (Red+Green+Blue) = 80+118+77=275 (36% of max value = 765). Red value is 80 (31.64% from 255 or 29.09% from 275); Green value is 118 (46.48% from 255 or 42.91% from 275); Blue value is 77 (30.47% from 255 or 28% from 275); Max value from RGB is 118 - color contains mainly: green. Hex color #50764D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50764D is #AF89B2. Grayscale: #666666. Windows color (decimal): -11504051 or 5076560. OLE color: 5076560.
HSL color Cylindrical-coordinate representation of color #50764D: hue angle of 115.61º degrees, saturation: 0.21, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #50764D is Cyan = 0.32, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 80 | 118 | 77 | - |
| CMYK | 0.32 | 0 | 0.35 | 0.54 |
| HSL | 115.61º | 0.21% | 0.38% | - |
| HSV(B) | 115.61º | 0.35% | 0.46% | - |
| XYZ | 11.13 | 15.2 | 9.37 | - |
| YUV | 101.96 | 113.91 | 112.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 118 | 77 | 0.32 | 0 | 0.35 | 0.54 | 115.61 | 0.21 | 0.38 |
| Hex | 50 | 76 | 4D | 20 | 0 | 23 | 36 | 74 | 15 | 26 |
| Octal | 120 | 166 | 115 | 40 | 0 | 43 | 66 | 164 | 25 | 46 |
| Binary | 1010000 | 1110110 | 1001101 | 100000 | 0 | 100011 | 110110 | 1110100 | 10101 | 100110 |
Color Harmonies of #50764D
Complementary color
Monochromatic Colors of #50764D
Black with #50764D
Text Example
Text Example
White with #50764D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50764D; }
p { color: rgb(80,118,77); }
H1.HeaderClassName
{
color: #50764D;
}
.AnyTagClassName
{
color: #50764D;
}
</style>
background-color css
<style>
a { background-color: #50764D; }
a { background-color: rgb(80,118,77); }
div.DivClassName
{
background-color: #50764D;
}
.BgClassName
{
background-color: #50764D;
}
</style>
border-color css
<style>
span { border-color: #50764D; }
span { border-color: rgb(80,118,77); }
td.TdClassName
{
border-color: #50764D;
}
.TagClassName
{
border-color: #50764D;
}
</style>