Shades of Fern Green #507149
Tints of Fern Green #507149
RGB
CMYK
RGB Variations
Color information
#507149 (or 0x507149) is known color: Fern Green. HEX triplet: 50, 71 and 49. RGB value is (80,113,73). Sum of RGB (Red+Green+Blue) = 80+113+73=266 (35% of max value = 765). Red value is 80 (31.64% from 255 or 30.08% from 266); Green value is 113 (44.53% from 255 or 42.48% from 266); Blue value is 73 (28.91% from 255 or 27.44% from 266); Max value from RGB is 113 - color contains mainly: green. Hex color #507149 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #507149 is #AF8EB6. Grayscale: #626262. Windows color (decimal): -11505335 or 4813136. OLE color: 4813136.
HSL color Cylindrical-coordinate representation of color #507149: hue angle of 109.5º degrees, saturation: 0.22, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #507149 is Cyan = 0.29, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 80 | 113 | 73 | - |
| CMYK | 0.29 | 0 | 0.35 | 0.56 |
| HSL | 109.5º | 0.22% | 0.36% | - |
| HSV(B) | 109.5º | 0.35% | 0.44% | - |
| XYZ | 10.42 | 14 | 8.46 | - |
| YUV | 98.57 | 113.57 | 114.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 113 | 73 | 0.29 | 0 | 0.35 | 0.56 | 109.5 | 0.22 | 0.36 |
| Hex | 50 | 71 | 49 | 1D | 0 | 23 | 38 | 6E | 16 | 24 |
| Octal | 120 | 161 | 111 | 35 | 0 | 43 | 70 | 156 | 26 | 44 |
| Binary | 1010000 | 1110001 | 1001001 | 11101 | 0 | 100011 | 111000 | 1101110 | 10110 | 100100 |
Color Harmonies of #507149
Complementary color
Monochromatic Colors of #507149
Black with #507149
Text Example
Text Example
White with #507149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #507149; }
p { color: rgb(80,113,73); }
H1.HeaderClassName
{
color: #507149;
}
.AnyTagClassName
{
color: #507149;
}
</style>
background-color css
<style>
a { background-color: #507149; }
a { background-color: rgb(80,113,73); }
div.DivClassName
{
background-color: #507149;
}
.BgClassName
{
background-color: #507149;
}
</style>
border-color css
<style>
span { border-color: #507149; }
span { border-color: rgb(80,113,73); }
td.TdClassName
{
border-color: #507149;
}
.TagClassName
{
border-color: #507149;
}
</style>