Shades of Fern Green #508743
Tints of Fern Green #508743
RGB
CMYK
RGB Variations
Color information
#508743 (or 0x508743) is known color: Fern Green. HEX triplet: 50, 87 and 43. RGB value is (80,135,67). Sum of RGB (Red+Green+Blue) = 80+135+67=282 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.37% from 282); Green value is 135 (53.12% from 255 or 47.87% from 282); Blue value is 67 (26.56% from 255 or 23.76% from 282); Max value from RGB is 135 - color contains mainly: green. Hex color #508743 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #508743 is #AF78BC. Grayscale: #6F6F6F. Windows color (decimal): -11499709 or 4425552. OLE color: 4425552.
HSL color Cylindrical-coordinate representation of color #508743: hue angle of 108.53º degrees, saturation: 0.34, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #508743 is Cyan = 0.41, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 80 | 135 | 67 | - |
| CMYK | 0.41 | 0 | 0.50 | 0.47 |
| HSL | 108.53º | 0.34% | 0.4% | - |
| HSV(B) | 108.53º | 0.5% | 0.53% | - |
| XYZ | 12.99 | 19.44 | 8.38 | - |
| YUV | 110.8 | 103.28 | 106.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 135 | 67 | 0.41 | 0 | 0.50 | 0.47 | 108.53 | 0.34 | 0.4 |
| Hex | 50 | 87 | 43 | 29 | 0 | 32 | 2F | 6D | 22 | 28 |
| Octal | 120 | 207 | 103 | 51 | 0 | 62 | 57 | 155 | 42 | 50 |
| Binary | 1010000 | 10000111 | 1000011 | 101001 | 0 | 110010 | 101111 | 1101101 | 100010 | 101000 |
Color Harmonies of #508743
Complementary color
Monochromatic Colors of #508743
Black with #508743
Text Example
Text Example
White with #508743
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #508743; }
p { color: rgb(80,135,67); }
H1.HeaderClassName
{
color: #508743;
}
.AnyTagClassName
{
color: #508743;
}
</style>
background-color css
<style>
a { background-color: #508743; }
a { background-color: rgb(80,135,67); }
div.DivClassName
{
background-color: #508743;
}
.BgClassName
{
background-color: #508743;
}
</style>
border-color css
<style>
span { border-color: #508743; }
span { border-color: rgb(80,135,67); }
td.TdClassName
{
border-color: #508743;
}
.TagClassName
{
border-color: #508743;
}
</style>