Shades of Fern Green #508240
Tints of Fern Green #508240
RGB
CMYK
RGB Variations
Color information
#508240 (or 0x508240) is known color: Fern Green. HEX triplet: 50, 82 and 40. RGB value is (80,130,64). Sum of RGB (Red+Green+Blue) = 80+130+64=274 (36% of max value = 765). Red value is 80 (31.64% from 255 or 29.20% from 274); Green value is 130 (51.17% from 255 or 47.45% from 274); Blue value is 64 (25.39% from 255 or 23.36% from 274); Max value from RGB is 130 - color contains mainly: green. Hex color #508240 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #508240 is #AF7DBF. Grayscale: #6B6B6B. Windows color (decimal): -11500992 or 4227664. OLE color: 4227664.
HSL color Cylindrical-coordinate representation of color #508240: hue angle of 105.45º degrees, saturation: 0.34, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #508240 is Cyan = 0.38, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 80 | 130 | 64 | - |
| CMYK | 0.38 | 0 | 0.51 | 0.49 |
| HSL | 105.45º | 0.34% | 0.38% | - |
| HSV(B) | 105.45º | 0.51% | 0.51% | - |
| XYZ | 12.22 | 18.04 | 7.69 | - |
| YUV | 107.53 | 103.44 | 108.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 130 | 64 | 0.38 | 0 | 0.51 | 0.49 | 105.45 | 0.34 | 0.38 |
| Hex | 50 | 82 | 40 | 26 | 0 | 33 | 31 | 69 | 22 | 26 |
| Octal | 120 | 202 | 100 | 46 | 0 | 63 | 61 | 151 | 42 | 46 |
| Binary | 1010000 | 10000010 | 1000000 | 100110 | 0 | 110011 | 110001 | 1101001 | 100010 | 100110 |
Color Harmonies of #508240
Complementary color
Monochromatic Colors of #508240
Black with #508240
Text Example
Text Example
White with #508240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #508240; }
p { color: rgb(80,130,64); }
H1.HeaderClassName
{
color: #508240;
}
.AnyTagClassName
{
color: #508240;
}
</style>
background-color css
<style>
a { background-color: #508240; }
a { background-color: rgb(80,130,64); }
div.DivClassName
{
background-color: #508240;
}
.BgClassName
{
background-color: #508240;
}
</style>
border-color css
<style>
span { border-color: #508240; }
span { border-color: rgb(80,130,64); }
td.TdClassName
{
border-color: #508240;
}
.TagClassName
{
border-color: #508240;
}
</style>