Shades of Fern Green #508548
Tints of Fern Green #508548
RGB
CMYK
RGB Variations
Color information
#508548 (or 0x508548) is known color: Fern Green. HEX triplet: 50, 85 and 48. RGB value is (80,133,72). Sum of RGB (Red+Green+Blue) = 80+133+72=285 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.07% from 285); Green value is 133 (52.34% from 255 or 46.67% from 285); Blue value is 72 (28.52% from 255 or 25.26% from 285); Max value from RGB is 133 - color contains mainly: green. Hex color #508548 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #508548 is #AF7AB7. Grayscale: #6E6E6E. Windows color (decimal): -11500216 or 4752720. OLE color: 4752720.
HSL color Cylindrical-coordinate representation of color #508548: hue angle of 112.13º degrees, saturation: 0.3, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #508548 is Cyan = 0.40, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 80 | 133 | 72 | - |
| CMYK | 0.40 | 0 | 0.46 | 0.48 |
| HSL | 112.13º | 0.3% | 0.4% | - |
| HSV(B) | 112.13º | 0.46% | 0.52% | - |
| XYZ | 12.87 | 18.95 | 9.11 | - |
| YUV | 110.2 | 106.44 | 106.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 133 | 72 | 0.40 | 0 | 0.46 | 0.48 | 112.13 | 0.3 | 0.4 |
| Hex | 50 | 85 | 48 | 28 | 0 | 2E | 30 | 70 | 1E | 28 |
| Octal | 120 | 205 | 110 | 50 | 0 | 56 | 60 | 160 | 36 | 50 |
| Binary | 1010000 | 10000101 | 1001000 | 101000 | 0 | 101110 | 110000 | 1110000 | 11110 | 101000 |
Color Harmonies of #508548
Complementary color
Monochromatic Colors of #508548
Black with #508548
Text Example
Text Example
White with #508548
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #508548; }
p { color: rgb(80,133,72); }
H1.HeaderClassName
{
color: #508548;
}
.AnyTagClassName
{
color: #508548;
}
</style>
background-color css
<style>
a { background-color: #508548; }
a { background-color: rgb(80,133,72); }
div.DivClassName
{
background-color: #508548;
}
.BgClassName
{
background-color: #508548;
}
</style>
border-color css
<style>
span { border-color: #508548; }
span { border-color: rgb(80,133,72); }
td.TdClassName
{
border-color: #508548;
}
.TagClassName
{
border-color: #508548;
}
</style>