Shades of Fern Green #508745
Tints of Fern Green #508745
RGB
CMYK
RGB Variations
Color information
#508745 (or 0x508745) is known color: Fern Green. HEX triplet: 50, 87 and 45. RGB value is (80,135,69). Sum of RGB (Red+Green+Blue) = 80+135+69=284 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.17% from 284); Green value is 135 (53.12% from 255 or 47.54% from 284); Blue value is 69 (27.34% from 255 or 24.30% from 284); Max value from RGB is 135 - color contains mainly: green. Hex color #508745 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #508745 is #AF78BA. Grayscale: #6F6F6F. Windows color (decimal): -11499707 or 4556624. OLE color: 4556624.
HSL color Cylindrical-coordinate representation of color #508745: hue angle of 110º degrees, saturation: 0.32, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #508745 is Cyan = 0.41, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 80 | 135 | 69 | - |
| CMYK | 0.41 | 0 | 0.49 | 0.47 |
| HSL | 110º | 0.32% | 0.4% | - |
| HSV(B) | 110º | 0.49% | 0.53% | - |
| XYZ | 13.05 | 19.46 | 8.7 | - |
| YUV | 111.03 | 104.28 | 105.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 135 | 69 | 0.41 | 0 | 0.49 | 0.47 | 110 | 0.32 | 0.4 |
| Hex | 50 | 87 | 45 | 29 | 0 | 31 | 2F | 6E | 20 | 28 |
| Octal | 120 | 207 | 105 | 51 | 0 | 61 | 57 | 156 | 40 | 50 |
| Binary | 1010000 | 10000111 | 1000101 | 101001 | 0 | 110001 | 101111 | 1101110 | 100000 | 101000 |
Color Harmonies of #508745
Complementary color
Monochromatic Colors of #508745
Black with #508745
Text Example
Text Example
White with #508745
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #508745; }
p { color: rgb(80,135,69); }
H1.HeaderClassName
{
color: #508745;
}
.AnyTagClassName
{
color: #508745;
}
</style>
background-color css
<style>
a { background-color: #508745; }
a { background-color: rgb(80,135,69); }
div.DivClassName
{
background-color: #508745;
}
.BgClassName
{
background-color: #508745;
}
</style>
border-color css
<style>
span { border-color: #508745; }
span { border-color: rgb(80,135,69); }
td.TdClassName
{
border-color: #508745;
}
.TagClassName
{
border-color: #508745;
}
</style>