Shades of Fern Green #508647
Tints of Fern Green #508647
RGB
CMYK
RGB Variations
Color information
#508647 (or 0x508647) is known color: Fern Green. HEX triplet: 50, 86 and 47. RGB value is (80,134,71). Sum of RGB (Red+Green+Blue) = 80+134+71=285 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.07% from 285); Green value is 134 (52.73% from 255 or 47.02% from 285); Blue value is 71 (28.12% from 255 or 24.91% from 285); Max value from RGB is 134 - color contains mainly: green. Hex color #508647 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #508647 is #AF79B8. Grayscale: #6E6E6E. Windows color (decimal): -11499961 or 4687440. OLE color: 4687440.
HSL color Cylindrical-coordinate representation of color #508647: hue angle of 111.43º degrees, saturation: 0.31, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #508647 is Cyan = 0.40, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 80 | 134 | 71 | - |
| CMYK | 0.40 | 0 | 0.47 | 0.47 |
| HSL | 111.43º | 0.31% | 0.4% | - |
| HSV(B) | 111.43º | 0.47% | 0.53% | - |
| XYZ | 12.97 | 19.21 | 8.99 | - |
| YUV | 110.67 | 105.61 | 106.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 134 | 71 | 0.40 | 0 | 0.47 | 0.47 | 111.43 | 0.31 | 0.4 |
| Hex | 50 | 86 | 47 | 28 | 0 | 2F | 2F | 6F | 1F | 28 |
| Octal | 120 | 206 | 107 | 50 | 0 | 57 | 57 | 157 | 37 | 50 |
| Binary | 1010000 | 10000110 | 1000111 | 101000 | 0 | 101111 | 101111 | 1101111 | 11111 | 101000 |
Color Harmonies of #508647
Complementary color
Monochromatic Colors of #508647
Black with #508647
Text Example
Text Example
White with #508647
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #508647; }
p { color: rgb(80,134,71); }
H1.HeaderClassName
{
color: #508647;
}
.AnyTagClassName
{
color: #508647;
}
</style>
background-color css
<style>
a { background-color: #508647; }
a { background-color: rgb(80,134,71); }
div.DivClassName
{
background-color: #508647;
}
.BgClassName
{
background-color: #508647;
}
</style>
border-color css
<style>
span { border-color: #508647; }
span { border-color: rgb(80,134,71); }
td.TdClassName
{
border-color: #508647;
}
.TagClassName
{
border-color: #508647;
}
</style>