Shades of Fern Green #508744
Tints of Fern Green #508744
RGB
CMYK
RGB Variations
Color information
#508744 (or 0x508744) is known color: Fern Green. HEX triplet: 50, 87 and 44. RGB value is (80,135,68). Sum of RGB (Red+Green+Blue) = 80+135+68=283 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.27% from 283); Green value is 135 (53.12% from 255 or 47.70% from 283); Blue value is 68 (26.95% from 255 or 24.03% from 283); Max value from RGB is 135 - color contains mainly: green. Hex color #508744 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #508744 is #AF78BB. Grayscale: #6F6F6F. Windows color (decimal): -11499708 or 4491088. OLE color: 4491088.
HSL color Cylindrical-coordinate representation of color #508744: hue angle of 109.25º degrees, saturation: 0.33, 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 #508744 is Cyan = 0.41, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 80 | 135 | 68 | - |
| CMYK | 0.41 | 0 | 0.50 | 0.47 |
| HSL | 109.25º | 0.33% | 0.4% | - |
| HSV(B) | 109.25º | 0.5% | 0.53% | - |
| XYZ | 13.02 | 19.45 | 8.54 | - |
| YUV | 110.92 | 103.78 | 105.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 135 | 68 | 0.41 | 0 | 0.50 | 0.47 | 109.25 | 0.33 | 0.4 |
| Hex | 50 | 87 | 44 | 29 | 0 | 32 | 2F | 6D | 21 | 28 |
| Octal | 120 | 207 | 104 | 51 | 0 | 62 | 57 | 155 | 41 | 50 |
| Binary | 1010000 | 10000111 | 1000100 | 101001 | 0 | 110010 | 101111 | 1101101 | 100001 | 101000 |
Color Harmonies of #508744
Complementary color
Monochromatic Colors of #508744
Black with #508744
Text Example
Text Example
White with #508744
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #508744; }
p { color: rgb(80,135,68); }
H1.HeaderClassName
{
color: #508744;
}
.AnyTagClassName
{
color: #508744;
}
</style>
background-color css
<style>
a { background-color: #508744; }
a { background-color: rgb(80,135,68); }
div.DivClassName
{
background-color: #508744;
}
.BgClassName
{
background-color: #508744;
}
</style>
border-color css
<style>
span { border-color: #508744; }
span { border-color: rgb(80,135,68); }
td.TdClassName
{
border-color: #508744;
}
.TagClassName
{
border-color: #508744;
}
</style>