Shades of Fern Green #508640
Tints of Fern Green #508640
RGB
CMYK
RGB Variations
Color information
#508640 (or 0x508640) is known color: Fern Green. HEX triplet: 50, 86 and 40. RGB value is (80,134,64). Sum of RGB (Red+Green+Blue) = 80+134+64=278 (36% of max value = 765). Red value is 80 (31.64% from 255 or 28.78% from 278); Green value is 134 (52.73% from 255 or 48.20% from 278); Blue value is 64 (25.39% from 255 or 23.02% from 278); Max value from RGB is 134 - color contains mainly: green. Hex color #508640 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #508640 is #AF79BF. Grayscale: #6E6E6E. Windows color (decimal): -11499968 or 4228688. OLE color: 4228688.
HSL color Cylindrical-coordinate representation of color #508640: hue angle of 106.29º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #508640 is Cyan = 0.40, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 80 | 134 | 64 | - |
| CMYK | 0.40 | 0 | 0.52 | 0.47 |
| HSL | 106.29º | 0.35% | 0.39% | - |
| HSV(B) | 106.29º | 0.52% | 0.53% | - |
| XYZ | 12.76 | 19.13 | 7.87 | - |
| YUV | 109.87 | 102.11 | 106.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 134 | 64 | 0.40 | 0 | 0.52 | 0.47 | 106.29 | 0.35 | 0.39 |
| Hex | 50 | 86 | 40 | 28 | 0 | 34 | 2F | 6A | 23 | 27 |
| Octal | 120 | 206 | 100 | 50 | 0 | 64 | 57 | 152 | 43 | 47 |
| Binary | 1010000 | 10000110 | 1000000 | 101000 | 0 | 110100 | 101111 | 1101010 | 100011 | 100111 |
Color Harmonies of #508640
Complementary color
Monochromatic Colors of #508640
Black with #508640
Text Example
Text Example
White with #508640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #508640; }
p { color: rgb(80,134,64); }
H1.HeaderClassName
{
color: #508640;
}
.AnyTagClassName
{
color: #508640;
}
</style>
background-color css
<style>
a { background-color: #508640; }
a { background-color: rgb(80,134,64); }
div.DivClassName
{
background-color: #508640;
}
.BgClassName
{
background-color: #508640;
}
</style>
border-color css
<style>
span { border-color: #508640; }
span { border-color: rgb(80,134,64); }
td.TdClassName
{
border-color: #508640;
}
.TagClassName
{
border-color: #508640;
}
</style>