Shades of Fern Green #50853C
Tints of Fern Green #50853C
RGB
CMYK
RGB Variations
Color information
#50853C (or 0x50853C) is known color: Fern Green. HEX triplet: 50, 85 and 3C. RGB value is (80,133,60). Sum of RGB (Red+Green+Blue) = 80+133+60=273 (36% of max value = 765). Red value is 80 (31.64% from 255 or 29.30% from 273); Green value is 133 (52.34% from 255 or 48.72% from 273); Blue value is 60 (23.83% from 255 or 21.98% from 273); Max value from RGB is 133 - color contains mainly: green. Hex color #50853C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50853C is #AF7AC3. Grayscale: #6D6D6D. Windows color (decimal): -11500228 or 3966288. OLE color: 3966288.
HSL color Cylindrical-coordinate representation of color #50853C: hue angle of 103.56º degrees, saturation: 0.38, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #50853C is Cyan = 0.40, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 80 | 133 | 60 | - |
| CMYK | 0.40 | 0 | 0.55 | 0.48 |
| HSL | 103.56º | 0.38% | 0.38% | - |
| HSV(B) | 103.56º | 0.55% | 0.52% | - |
| XYZ | 12.51 | 18.81 | 7.25 | - |
| YUV | 108.83 | 100.44 | 107.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 133 | 60 | 0.40 | 0 | 0.55 | 0.48 | 103.56 | 0.38 | 0.38 |
| Hex | 50 | 85 | 3C | 28 | 0 | 37 | 30 | 68 | 26 | 26 |
| Octal | 120 | 205 | 74 | 50 | 0 | 67 | 60 | 150 | 46 | 46 |
| Binary | 1010000 | 10000101 | 111100 | 101000 | 0 | 110111 | 110000 | 1101000 | 100110 | 100110 |
Color Harmonies of #50853C
Complementary color
Monochromatic Colors of #50853C
Black with #50853C
Text Example
Text Example
White with #50853C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50853C; }
p { color: rgb(80,133,60); }
H1.HeaderClassName
{
color: #50853C;
}
.AnyTagClassName
{
color: #50853C;
}
</style>
background-color css
<style>
a { background-color: #50853C; }
a { background-color: rgb(80,133,60); }
div.DivClassName
{
background-color: #50853C;
}
.BgClassName
{
background-color: #50853C;
}
</style>
border-color css
<style>
span { border-color: #50853C; }
span { border-color: rgb(80,133,60); }
td.TdClassName
{
border-color: #50853C;
}
.TagClassName
{
border-color: #50853C;
}
</style>