Shades of Fern Green #50843A
Tints of Fern Green #50843A
RGB
CMYK
RGB Variations
Color information
#50843A (or 0x50843A) is known color: Fern Green. HEX triplet: 50, 84 and 3A. RGB value is (80,132,58). Sum of RGB (Red+Green+Blue) = 80+132+58=270 (35% of max value = 765). Red value is 80 (31.64% from 255 or 29.63% from 270); Green value is 132 (51.95% from 255 or 48.89% from 270); Blue value is 58 (23.05% from 255 or 21.48% from 270); Max value from RGB is 132 - color contains mainly: green. Hex color #50843A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50843A is #AF7BC5. Grayscale: #6C6C6C. Windows color (decimal): -11500486 or 3834960. OLE color: 3834960.
HSL color Cylindrical-coordinate representation of color #50843A: hue angle of 102.16º degrees, saturation: 0.39, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #50843A is Cyan = 0.39, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 80 | 132 | 58 | - |
| CMYK | 0.39 | 0 | 0.56 | 0.48 |
| HSL | 102.16º | 0.39% | 0.37% | - |
| HSV(B) | 102.16º | 0.56% | 0.52% | - |
| XYZ | 12.32 | 18.51 | 6.93 | - |
| YUV | 108.02 | 99.77 | 108.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 132 | 58 | 0.39 | 0 | 0.56 | 0.48 | 102.16 | 0.39 | 0.37 |
| Hex | 50 | 84 | 3A | 27 | 0 | 38 | 30 | 66 | 27 | 25 |
| Octal | 120 | 204 | 72 | 47 | 0 | 70 | 60 | 146 | 47 | 45 |
| Binary | 1010000 | 10000100 | 111010 | 100111 | 0 | 111000 | 110000 | 1100110 | 100111 | 100101 |
Color Harmonies of #50843A
Complementary color
Monochromatic Colors of #50843A
Black with #50843A
Text Example
Text Example
White with #50843A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50843A; }
p { color: rgb(80,132,58); }
H1.HeaderClassName
{
color: #50843A;
}
.AnyTagClassName
{
color: #50843A;
}
</style>
background-color css
<style>
a { background-color: #50843A; }
a { background-color: rgb(80,132,58); }
div.DivClassName
{
background-color: #50843A;
}
.BgClassName
{
background-color: #50843A;
}
</style>
border-color css
<style>
span { border-color: #50843A; }
span { border-color: rgb(80,132,58); }
td.TdClassName
{
border-color: #50843A;
}
.TagClassName
{
border-color: #50843A;
}
</style>