Shades of Fern Green #507849
Tints of Fern Green #507849
RGB
CMYK
RGB Variations
Color information
#507849 (or 0x507849) is known color: Fern Green. HEX triplet: 50, 78 and 49. RGB value is (80,120,73). Sum of RGB (Red+Green+Blue) = 80+120+73=273 (36% of max value = 765). Red value is 80 (31.64% from 255 or 29.30% from 273); Green value is 120 (47.27% from 255 or 43.96% from 273); Blue value is 73 (28.91% from 255 or 26.74% from 273); Max value from RGB is 120 - color contains mainly: green. Hex color #507849 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #507849 is #AF87B6. Grayscale: #666666. Windows color (decimal): -11503543 or 4814928. OLE color: 4814928.
HSL color Cylindrical-coordinate representation of color #507849: hue angle of 111.06º degrees, saturation: 0.24, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #507849 is Cyan = 0.33, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 80 | 120 | 73 | - |
| CMYK | 0.33 | 0 | 0.39 | 0.53 |
| HSL | 111.06º | 0.24% | 0.38% | - |
| HSV(B) | 111.06º | 0.39% | 0.47% | - |
| XYZ | 11.23 | 15.62 | 8.73 | - |
| YUV | 102.68 | 111.25 | 111.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 120 | 73 | 0.33 | 0 | 0.39 | 0.53 | 111.06 | 0.24 | 0.38 |
| Hex | 50 | 78 | 49 | 21 | 0 | 27 | 35 | 6F | 18 | 26 |
| Octal | 120 | 170 | 111 | 41 | 0 | 47 | 65 | 157 | 30 | 46 |
| Binary | 1010000 | 1111000 | 1001001 | 100001 | 0 | 100111 | 110101 | 1101111 | 11000 | 100110 |
Color Harmonies of #507849
Complementary color
Monochromatic Colors of #507849
Black with #507849
Text Example
Text Example
White with #507849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #507849; }
p { color: rgb(80,120,73); }
H1.HeaderClassName
{
color: #507849;
}
.AnyTagClassName
{
color: #507849;
}
</style>
background-color css
<style>
a { background-color: #507849; }
a { background-color: rgb(80,120,73); }
div.DivClassName
{
background-color: #507849;
}
.BgClassName
{
background-color: #507849;
}
</style>
border-color css
<style>
span { border-color: #507849; }
span { border-color: rgb(80,120,73); }
td.TdClassName
{
border-color: #507849;
}
.TagClassName
{
border-color: #507849;
}
</style>