Shades of Fern Green #509240
Tints of Fern Green #509240
RGB
CMYK
RGB Variations
Color information
#509240 (or 0x509240) is known color: Fern Green. HEX triplet: 50, 92 and 40. RGB value is (80,146,64). Sum of RGB (Red+Green+Blue) = 80+146+64=290 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.59% from 290); Green value is 146 (57.42% from 255 or 50.34% from 290); Blue value is 64 (25.39% from 255 or 22.07% from 290); Max value from RGB is 146 - color contains mainly: green. Hex color #509240 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #509240 is #AF6DBF. Grayscale: #757575. Windows color (decimal): -11496896 or 4231760. OLE color: 4231760.
HSL color Cylindrical-coordinate representation of color #509240: hue angle of 108.29º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #509240 is Cyan = 0.45, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 80 | 146 | 64 | - |
| CMYK | 0.45 | 0 | 0.56 | 0.43 |
| HSL | 108.29º | 0.39% | 0.41% | - |
| HSV(B) | 108.29º | 0.56% | 0.57% | - |
| XYZ | 14.51 | 22.63 | 8.45 | - |
| YUV | 116.92 | 98.13 | 101.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 146 | 64 | 0.45 | 0 | 0.56 | 0.43 | 108.29 | 0.39 | 0.41 |
| Hex | 50 | 92 | 40 | 2D | 0 | 38 | 2B | 6C | 27 | 29 |
| Octal | 120 | 222 | 100 | 55 | 0 | 70 | 53 | 154 | 47 | 51 |
| Binary | 1010000 | 10010010 | 1000000 | 101101 | 0 | 111000 | 101011 | 1101100 | 100111 | 101001 |
Color Harmonies of #509240
Complementary color
Monochromatic Colors of #509240
Black with #509240
Text Example
Text Example
White with #509240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #509240; }
p { color: rgb(80,146,64); }
H1.HeaderClassName
{
color: #509240;
}
.AnyTagClassName
{
color: #509240;
}
</style>
background-color css
<style>
a { background-color: #509240; }
a { background-color: rgb(80,146,64); }
div.DivClassName
{
background-color: #509240;
}
.BgClassName
{
background-color: #509240;
}
</style>
border-color css
<style>
span { border-color: #509240; }
span { border-color: rgb(80,146,64); }
td.TdClassName
{
border-color: #509240;
}
.TagClassName
{
border-color: #509240;
}
</style>