Shades of Fern Green #508034
Tints of Fern Green #508034
RGB
CMYK
RGB Variations
Color information
#508034 (or 0x508034) is known color: Fern Green. HEX triplet: 50, 80 and 34. RGB value is (80,128,52). Sum of RGB (Red+Green+Blue) = 80+128+52=260 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.77% from 260); Green value is 128 (50.39% from 255 or 49.23% from 260); Blue value is 52 (20.70% from 255 or 20% from 260); Max value from RGB is 128 - color contains mainly: green. Hex color #508034 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #508034 is #AF7FCB. Grayscale: #696969. Windows color (decimal): -11501516 or 3440720. OLE color: 3440720.
HSL color Cylindrical-coordinate representation of color #508034: hue angle of 97.89º degrees, saturation: 0.42, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #508034 is Cyan = 0.38, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 80 | 128 | 52 | - |
| CMYK | 0.38 | 0 | 0.59 | 0.50 |
| HSL | 97.89º | 0.42% | 0.35% | - |
| HSV(B) | 97.89º | 0.59% | 0.5% | - |
| XYZ | 11.65 | 17.39 | 5.99 | - |
| YUV | 104.98 | 98.1 | 110.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 128 | 52 | 0.38 | 0 | 0.59 | 0.50 | 97.89 | 0.42 | 0.35 |
| Hex | 50 | 80 | 34 | 26 | 0 | 3B | 32 | 62 | 2A | 23 |
| Octal | 120 | 200 | 64 | 46 | 0 | 73 | 62 | 142 | 52 | 43 |
| Binary | 1010000 | 10000000 | 110100 | 100110 | 0 | 111011 | 110010 | 1100010 | 101010 | 100011 |
Color Harmonies of #508034
Complementary color
Monochromatic Colors of #508034
Black with #508034
Text Example
Text Example
White with #508034
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #508034; }
p { color: rgb(80,128,52); }
H1.HeaderClassName
{
color: #508034;
}
.AnyTagClassName
{
color: #508034;
}
</style>
background-color css
<style>
a { background-color: #508034; }
a { background-color: rgb(80,128,52); }
div.DivClassName
{
background-color: #508034;
}
.BgClassName
{
background-color: #508034;
}
</style>
border-color css
<style>
span { border-color: #508034; }
span { border-color: rgb(80,128,52); }
td.TdClassName
{
border-color: #508034;
}
.TagClassName
{
border-color: #508034;
}
</style>