Shades of Fern Green #50873D
Tints of Fern Green #50873D
RGB
CMYK
RGB Variations
Color information
#50873D (or 0x50873D) is known color: Fern Green. HEX triplet: 50, 87 and 3D. RGB value is (80,135,61). Sum of RGB (Red+Green+Blue) = 80+135+61=276 (36% of max value = 765). Red value is 80 (31.64% from 255 or 28.99% from 276); Green value is 135 (53.12% from 255 or 48.91% from 276); Blue value is 61 (24.22% from 255 or 22.10% from 276); Max value from RGB is 135 - color contains mainly: green. Hex color #50873D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50873D is #AF78C2. Grayscale: #6E6E6E. Windows color (decimal): -11499715 or 4032336. OLE color: 4032336.
HSL color Cylindrical-coordinate representation of color #50873D: hue angle of 104.59º degrees, saturation: 0.38, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #50873D is Cyan = 0.41, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 80 | 135 | 61 | - |
| CMYK | 0.41 | 0 | 0.55 | 0.47 |
| HSL | 104.59º | 0.38% | 0.38% | - |
| HSV(B) | 104.59º | 0.55% | 0.53% | - |
| XYZ | 12.81 | 19.37 | 7.48 | - |
| YUV | 110.12 | 100.28 | 106.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 135 | 61 | 0.41 | 0 | 0.55 | 0.47 | 104.59 | 0.38 | 0.38 |
| Hex | 50 | 87 | 3D | 29 | 0 | 37 | 2F | 69 | 26 | 26 |
| Octal | 120 | 207 | 75 | 51 | 0 | 67 | 57 | 151 | 46 | 46 |
| Binary | 1010000 | 10000111 | 111101 | 101001 | 0 | 110111 | 101111 | 1101001 | 100110 | 100110 |
Color Harmonies of #50873D
Complementary color
Monochromatic Colors of #50873D
Black with #50873D
Text Example
Text Example
White with #50873D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50873D; }
p { color: rgb(80,135,61); }
H1.HeaderClassName
{
color: #50873D;
}
.AnyTagClassName
{
color: #50873D;
}
</style>
background-color css
<style>
a { background-color: #50873D; }
a { background-color: rgb(80,135,61); }
div.DivClassName
{
background-color: #50873D;
}
.BgClassName
{
background-color: #50873D;
}
</style>
border-color css
<style>
span { border-color: #50873D; }
span { border-color: rgb(80,135,61); }
td.TdClassName
{
border-color: #50873D;
}
.TagClassName
{
border-color: #50873D;
}
</style>