Shades of Fern Green #509144
Tints of Fern Green #509144
RGB
CMYK
RGB Variations
Color information
#509144 (or 0x509144) is known color: Fern Green. HEX triplet: 50, 91 and 44. RGB value is (80,145,68). Sum of RGB (Red+Green+Blue) = 80+145+68=293 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.30% from 293); Green value is 145 (57.03% from 255 or 49.49% from 293); Blue value is 68 (26.95% from 255 or 23.21% from 293); Max value from RGB is 145 - color contains mainly: green. Hex color #509144 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #509144 is #AF6EBB. Grayscale: #757575. Windows color (decimal): -11497148 or 4493648. OLE color: 4493648.
HSL color Cylindrical-coordinate representation of color #509144: hue angle of 110.65º degrees, saturation: 0.36, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #509144 is Cyan = 0.45, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 80 | 145 | 68 | - |
| CMYK | 0.45 | 0 | 0.53 | 0.43 |
| HSL | 110.65º | 0.36% | 0.42% | - |
| HSV(B) | 110.65º | 0.53% | 0.57% | - |
| XYZ | 14.48 | 22.37 | 9.02 | - |
| YUV | 116.79 | 100.47 | 101.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 145 | 68 | 0.45 | 0 | 0.53 | 0.43 | 110.65 | 0.36 | 0.42 |
| Hex | 50 | 91 | 44 | 2D | 0 | 35 | 2B | 6F | 24 | 2A |
| Octal | 120 | 221 | 104 | 55 | 0 | 65 | 53 | 157 | 44 | 52 |
| Binary | 1010000 | 10010001 | 1000100 | 101101 | 0 | 110101 | 101011 | 1101111 | 100100 | 101010 |
Color Harmonies of #509144
Complementary color
Monochromatic Colors of #509144
Black with #509144
Text Example
Text Example
White with #509144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #509144; }
p { color: rgb(80,145,68); }
H1.HeaderClassName
{
color: #509144;
}
.AnyTagClassName
{
color: #509144;
}
</style>
background-color css
<style>
a { background-color: #509144; }
a { background-color: rgb(80,145,68); }
div.DivClassName
{
background-color: #509144;
}
.BgClassName
{
background-color: #509144;
}
</style>
border-color css
<style>
span { border-color: #509144; }
span { border-color: rgb(80,145,68); }
td.TdClassName
{
border-color: #509144;
}
.TagClassName
{
border-color: #509144;
}
</style>