Shades of Fern Green #50873C
Tints of Fern Green #50873C
RGB
CMYK
RGB Variations
Color information
#50873C (or 0x50873C) is known color: Fern Green. HEX triplet: 50, 87 and 3C. RGB value is (80,135,60). Sum of RGB (Red+Green+Blue) = 80+135+60=275 (36% of max value = 765). Red value is 80 (31.64% from 255 or 29.09% from 275); Green value is 135 (53.12% from 255 or 49.09% from 275); Blue value is 60 (23.83% from 255 or 21.82% from 275); Max value from RGB is 135 - color contains mainly: green. Hex color #50873C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50873C is #AF78C3. Grayscale: #6E6E6E. Windows color (decimal): -11499716 or 3966800. OLE color: 3966800.
HSL color Cylindrical-coordinate representation of color #50873C: hue angle of 104º degrees, saturation: 0.38, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #50873C is Cyan = 0.41, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 80 | 135 | 60 | - |
| CMYK | 0.41 | 0 | 0.56 | 0.47 |
| HSL | 104º | 0.38% | 0.38% | - |
| HSV(B) | 104º | 0.56% | 0.53% | - |
| XYZ | 12.79 | 19.36 | 7.34 | - |
| YUV | 110.01 | 99.78 | 106.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 135 | 60 | 0.41 | 0 | 0.56 | 0.47 | 104 | 0.38 | 0.38 |
| Hex | 50 | 87 | 3C | 29 | 0 | 38 | 2F | 68 | 26 | 26 |
| Octal | 120 | 207 | 74 | 51 | 0 | 70 | 57 | 150 | 46 | 46 |
| Binary | 1010000 | 10000111 | 111100 | 101001 | 0 | 111000 | 101111 | 1101000 | 100110 | 100110 |
Color Harmonies of #50873C
Complementary color
Monochromatic Colors of #50873C
Black with #50873C
Text Example
Text Example
White with #50873C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50873C; }
p { color: rgb(80,135,60); }
H1.HeaderClassName
{
color: #50873C;
}
.AnyTagClassName
{
color: #50873C;
}
</style>
background-color css
<style>
a { background-color: #50873C; }
a { background-color: rgb(80,135,60); }
div.DivClassName
{
background-color: #50873C;
}
.BgClassName
{
background-color: #50873C;
}
</style>
border-color css
<style>
span { border-color: #50873C; }
span { border-color: rgb(80,135,60); }
td.TdClassName
{
border-color: #50873C;
}
.TagClassName
{
border-color: #50873C;
}
</style>