Shades of Fern Green #508637
Tints of Fern Green #508637
RGB
CMYK
RGB Variations
Color information
#508637 (or 0x508637) is known color: Fern Green. HEX triplet: 50, 86 and 37. RGB value is (80,134,55). Sum of RGB (Red+Green+Blue) = 80+134+55=269 (35% of max value = 765). Red value is 80 (31.64% from 255 or 29.74% from 269); Green value is 134 (52.73% from 255 or 49.81% from 269); Blue value is 55 (21.88% from 255 or 20.45% from 269); Max value from RGB is 134 - color contains mainly: green. Hex color #508637 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #508637 is #AF79C8. Grayscale: #6D6D6D. Windows color (decimal): -11499977 or 3638864. OLE color: 3638864.
HSL color Cylindrical-coordinate representation of color #508637: hue angle of 101.01º degrees, saturation: 0.42, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #508637 is Cyan = 0.40, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 80 | 134 | 55 | - |
| CMYK | 0.40 | 0 | 0.59 | 0.47 |
| HSL | 101.01º | 0.42% | 0.37% | - |
| HSV(B) | 101.01º | 0.59% | 0.53% | - |
| XYZ | 12.52 | 19.03 | 6.63 | - |
| YUV | 108.85 | 97.61 | 107.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 134 | 55 | 0.40 | 0 | 0.59 | 0.47 | 101.01 | 0.42 | 0.37 |
| Hex | 50 | 86 | 37 | 28 | 0 | 3B | 2F | 65 | 2A | 25 |
| Octal | 120 | 206 | 67 | 50 | 0 | 73 | 57 | 145 | 52 | 45 |
| Binary | 1010000 | 10000110 | 110111 | 101000 | 0 | 111011 | 101111 | 1100101 | 101010 | 100101 |
Color Harmonies of #508637
Complementary color
Monochromatic Colors of #508637
Black with #508637
Text Example
Text Example
White with #508637
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #508637; }
p { color: rgb(80,134,55); }
H1.HeaderClassName
{
color: #508637;
}
.AnyTagClassName
{
color: #508637;
}
</style>
background-color css
<style>
a { background-color: #508637; }
a { background-color: rgb(80,134,55); }
div.DivClassName
{
background-color: #508637;
}
.BgClassName
{
background-color: #508637;
}
</style>
border-color css
<style>
span { border-color: #508637; }
span { border-color: rgb(80,134,55); }
td.TdClassName
{
border-color: #508637;
}
.TagClassName
{
border-color: #508637;
}
</style>