Shades of Fern Green #509344
Tints of Fern Green #509344
RGB
CMYK
RGB Variations
Color information
#509344 (or 0x509344) is known color: Fern Green. HEX triplet: 50, 93 and 44. RGB value is (80,147,68). Sum of RGB (Red+Green+Blue) = 80+147+68=295 (39% of max value = 765). Red value is 80 (31.64% from 255 or 27.12% from 295); Green value is 147 (57.81% from 255 or 49.83% from 295); Blue value is 68 (26.95% from 255 or 23.05% from 295); Max value from RGB is 147 - color contains mainly: green. Hex color #509344 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #509344 is #AF6CBB. Grayscale: #767676. Windows color (decimal): -11496636 or 4494160. OLE color: 4494160.
HSL color Cylindrical-coordinate representation of color #509344: hue angle of 110.89º degrees, saturation: 0.37, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #509344 is Cyan = 0.46, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 80 | 147 | 68 | - |
| CMYK | 0.46 | 0 | 0.54 | 0.42 |
| HSL | 110.89º | 0.37% | 0.42% | - |
| HSV(B) | 110.89º | 0.54% | 0.58% | - |
| XYZ | 14.79 | 22.99 | 9.13 | - |
| YUV | 117.96 | 99.8 | 100.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 147 | 68 | 0.46 | 0 | 0.54 | 0.42 | 110.89 | 0.37 | 0.42 |
| Hex | 50 | 93 | 44 | 2E | 0 | 36 | 2A | 6F | 25 | 2A |
| Octal | 120 | 223 | 104 | 56 | 0 | 66 | 52 | 157 | 45 | 52 |
| Binary | 1010000 | 10010011 | 1000100 | 101110 | 0 | 110110 | 101010 | 1101111 | 100101 | 101010 |
Color Harmonies of #509344
Complementary color
Monochromatic Colors of #509344
Black with #509344
Text Example
Text Example
White with #509344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #509344; }
p { color: rgb(80,147,68); }
H1.HeaderClassName
{
color: #509344;
}
.AnyTagClassName
{
color: #509344;
}
</style>
background-color css
<style>
a { background-color: #509344; }
a { background-color: rgb(80,147,68); }
div.DivClassName
{
background-color: #509344;
}
.BgClassName
{
background-color: #509344;
}
</style>
border-color css
<style>
span { border-color: #509344; }
span { border-color: rgb(80,147,68); }
td.TdClassName
{
border-color: #509344;
}
.TagClassName
{
border-color: #509344;
}
</style>