Shades of Fern Green #508649
Tints of Fern Green #508649
RGB
CMYK
RGB Variations
Color information
#508649 (or 0x508649) is known color: Fern Green. HEX triplet: 50, 86 and 49. RGB value is (80,134,73). Sum of RGB (Red+Green+Blue) = 80+134+73=287 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.87% from 287); Green value is 134 (52.73% from 255 or 46.69% from 287); Blue value is 73 (28.91% from 255 or 25.44% from 287); Max value from RGB is 134 - color contains mainly: green. Hex color #508649 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #508649 is #AF79B6. Grayscale: #6F6F6F. Windows color (decimal): -11499959 or 4818512. OLE color: 4818512.
HSL color Cylindrical-coordinate representation of color #508649: hue angle of 113.11º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #508649 is Cyan = 0.40, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 80 | 134 | 73 | - |
| CMYK | 0.40 | 0 | 0.46 | 0.47 |
| HSL | 113.11º | 0.29% | 0.41% | - |
| HSV(B) | 113.11º | 0.46% | 0.53% | - |
| XYZ | 13.04 | 19.24 | 9.33 | - |
| YUV | 110.9 | 106.61 | 105.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 134 | 73 | 0.40 | 0 | 0.46 | 0.47 | 113.11 | 0.29 | 0.41 |
| Hex | 50 | 86 | 49 | 28 | 0 | 2E | 2F | 71 | 1D | 29 |
| Octal | 120 | 206 | 111 | 50 | 0 | 56 | 57 | 161 | 35 | 51 |
| Binary | 1010000 | 10000110 | 1001001 | 101000 | 0 | 101110 | 101111 | 1110001 | 11101 | 101001 |
Color Harmonies of #508649
Complementary color
Monochromatic Colors of #508649
Black with #508649
Text Example
Text Example
White with #508649
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #508649; }
p { color: rgb(80,134,73); }
H1.HeaderClassName
{
color: #508649;
}
.AnyTagClassName
{
color: #508649;
}
</style>
background-color css
<style>
a { background-color: #508649; }
a { background-color: rgb(80,134,73); }
div.DivClassName
{
background-color: #508649;
}
.BgClassName
{
background-color: #508649;
}
</style>
border-color css
<style>
span { border-color: #508649; }
span { border-color: rgb(80,134,73); }
td.TdClassName
{
border-color: #508649;
}
.TagClassName
{
border-color: #508649;
}
</style>