Shades of Fern Green #508546
Tints of Fern Green #508546
RGB
CMYK
RGB Variations
Color information
#508546 (or 0x508546) is known color: Fern Green. HEX triplet: 50, 85 and 46. RGB value is (80,133,70). Sum of RGB (Red+Green+Blue) = 80+133+70=283 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.27% from 283); Green value is 133 (52.34% from 255 or 47.00% from 283); Blue value is 70 (27.73% from 255 or 24.73% from 283); Max value from RGB is 133 - color contains mainly: green. Hex color #508546 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #508546 is #AF7AB9. Grayscale: #6E6E6E. Windows color (decimal): -11500218 or 4621648. OLE color: 4621648.
HSL color Cylindrical-coordinate representation of color #508546: hue angle of 110.48º degrees, saturation: 0.31, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #508546 is Cyan = 0.40, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 80 | 133 | 70 | - |
| CMYK | 0.40 | 0 | 0.47 | 0.48 |
| HSL | 110.48º | 0.31% | 0.4% | - |
| HSV(B) | 110.48º | 0.47% | 0.52% | - |
| XYZ | 12.8 | 18.92 | 8.77 | - |
| YUV | 109.97 | 105.44 | 106.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 133 | 70 | 0.40 | 0 | 0.47 | 0.48 | 110.48 | 0.31 | 0.4 |
| Hex | 50 | 85 | 46 | 28 | 0 | 2F | 30 | 6E | 1F | 28 |
| Octal | 120 | 205 | 106 | 50 | 0 | 57 | 60 | 156 | 37 | 50 |
| Binary | 1010000 | 10000101 | 1000110 | 101000 | 0 | 101111 | 110000 | 1101110 | 11111 | 101000 |
Color Harmonies of #508546
Complementary color
Monochromatic Colors of #508546
Black with #508546
Text Example
Text Example
White with #508546
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #508546; }
p { color: rgb(80,133,70); }
H1.HeaderClassName
{
color: #508546;
}
.AnyTagClassName
{
color: #508546;
}
</style>
background-color css
<style>
a { background-color: #508546; }
a { background-color: rgb(80,133,70); }
div.DivClassName
{
background-color: #508546;
}
.BgClassName
{
background-color: #508546;
}
</style>
border-color css
<style>
span { border-color: #508546; }
span { border-color: rgb(80,133,70); }
td.TdClassName
{
border-color: #508546;
}
.TagClassName
{
border-color: #508546;
}
</style>