Shades of Fern Green #507649
Tints of Fern Green #507649
RGB
CMYK
RGB Variations
Color information
#507649 (or 0x507649) is known color: Fern Green. HEX triplet: 50, 76 and 49. RGB value is (80,118,73). Sum of RGB (Red+Green+Blue) = 80+118+73=271 (35% of max value = 765). Red value is 80 (31.64% from 255 or 29.52% from 271); Green value is 118 (46.48% from 255 or 43.54% from 271); Blue value is 73 (28.91% from 255 or 26.94% from 271); Max value from RGB is 118 - color contains mainly: green. Hex color #507649 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #507649 is #AF89B6. Grayscale: #656565. Windows color (decimal): -11504055 or 4814416. OLE color: 4814416.
HSL color Cylindrical-coordinate representation of color #507649: hue angle of 110.67º degrees, saturation: 0.24, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #507649 is Cyan = 0.32, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 80 | 118 | 73 | - |
| CMYK | 0.32 | 0 | 0.38 | 0.54 |
| HSL | 110.67º | 0.24% | 0.37% | - |
| HSV(B) | 110.67º | 0.38% | 0.46% | - |
| XYZ | 10.99 | 15.14 | 8.65 | - |
| YUV | 101.51 | 111.91 | 112.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 118 | 73 | 0.32 | 0 | 0.38 | 0.54 | 110.67 | 0.24 | 0.37 |
| Hex | 50 | 76 | 49 | 20 | 0 | 26 | 36 | 6F | 18 | 25 |
| Octal | 120 | 166 | 111 | 40 | 0 | 46 | 66 | 157 | 30 | 45 |
| Binary | 1010000 | 1110110 | 1001001 | 100000 | 0 | 100110 | 110110 | 1101111 | 11000 | 100101 |
Color Harmonies of #507649
Complementary color
Monochromatic Colors of #507649
Black with #507649
Text Example
Text Example
White with #507649
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #507649; }
p { color: rgb(80,118,73); }
H1.HeaderClassName
{
color: #507649;
}
.AnyTagClassName
{
color: #507649;
}
</style>
background-color css
<style>
a { background-color: #507649; }
a { background-color: rgb(80,118,73); }
div.DivClassName
{
background-color: #507649;
}
.BgClassName
{
background-color: #507649;
}
</style>
border-color css
<style>
span { border-color: #507649; }
span { border-color: rgb(80,118,73); }
td.TdClassName
{
border-color: #507649;
}
.TagClassName
{
border-color: #507649;
}
</style>