Shades of Fern Green #507444
Tints of Fern Green #507444
RGB
CMYK
RGB Variations
Color information
#507444 (or 0x507444) is known color: Fern Green. HEX triplet: 50, 74 and 44. RGB value is (80,116,68). Sum of RGB (Red+Green+Blue) = 80+116+68=264 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.30% from 264); Green value is 116 (45.70% from 255 or 43.94% from 264); Blue value is 68 (26.95% from 255 or 25.76% from 264); Max value from RGB is 116 - color contains mainly: green. Hex color #507444 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #507444 is #AF8BBB. Grayscale: #636363. Windows color (decimal): -11504572 or 4486224. OLE color: 4486224.
HSL color Cylindrical-coordinate representation of color #507444: hue angle of 105º degrees, saturation: 0.26, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #507444 is Cyan = 0.31, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 80 | 116 | 68 | - |
| CMYK | 0.31 | 0 | 0.41 | 0.55 |
| HSL | 105º | 0.26% | 0.36% | - |
| HSV(B) | 105º | 0.41% | 0.45% | - |
| XYZ | 10.6 | 14.61 | 7.73 | - |
| YUV | 99.76 | 110.07 | 113.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 116 | 68 | 0.31 | 0 | 0.41 | 0.55 | 105 | 0.26 | 0.36 |
| Hex | 50 | 74 | 44 | 1F | 0 | 29 | 37 | 69 | 1A | 24 |
| Octal | 120 | 164 | 104 | 37 | 0 | 51 | 67 | 151 | 32 | 44 |
| Binary | 1010000 | 1110100 | 1000100 | 11111 | 0 | 101001 | 110111 | 1101001 | 11010 | 100100 |
Color Harmonies of #507444
Complementary color
Monochromatic Colors of #507444
Black with #507444
Text Example
Text Example
White with #507444
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #507444; }
p { color: rgb(80,116,68); }
H1.HeaderClassName
{
color: #507444;
}
.AnyTagClassName
{
color: #507444;
}
</style>
background-color css
<style>
a { background-color: #507444; }
a { background-color: rgb(80,116,68); }
div.DivClassName
{
background-color: #507444;
}
.BgClassName
{
background-color: #507444;
}
</style>
border-color css
<style>
span { border-color: #507444; }
span { border-color: rgb(80,116,68); }
td.TdClassName
{
border-color: #507444;
}
.TagClassName
{
border-color: #507444;
}
</style>