Shades of Fern Green #50873B
Tints of Fern Green #50873B
RGB
CMYK
RGB Variations
Color information
#50873B (or 0x50873B) is known color: Fern Green. HEX triplet: 50, 87 and 3B. RGB value is (80,135,59). Sum of RGB (Red+Green+Blue) = 80+135+59=274 (36% of max value = 765). Red value is 80 (31.64% from 255 or 29.20% from 274); Green value is 135 (53.12% from 255 or 49.27% from 274); Blue value is 59 (23.44% from 255 or 21.53% from 274); Max value from RGB is 135 - color contains mainly: green. Hex color #50873B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50873B is #AF78C4. Grayscale: #6E6E6E. Windows color (decimal): -11499717 or 3901264. OLE color: 3901264.
HSL color Cylindrical-coordinate representation of color #50873B: hue angle of 103.42º degrees, saturation: 0.39, 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 #50873B is Cyan = 0.41, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 80 | 135 | 59 | - |
| CMYK | 0.41 | 0 | 0.56 | 0.47 |
| HSL | 103.42º | 0.39% | 0.38% | - |
| HSV(B) | 103.42º | 0.56% | 0.53% | - |
| XYZ | 12.76 | 19.35 | 7.2 | - |
| YUV | 109.89 | 99.28 | 106.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 135 | 59 | 0.41 | 0 | 0.56 | 0.47 | 103.42 | 0.39 | 0.38 |
| Hex | 50 | 87 | 3B | 29 | 0 | 38 | 2F | 67 | 27 | 26 |
| Octal | 120 | 207 | 73 | 51 | 0 | 70 | 57 | 147 | 47 | 46 |
| Binary | 1010000 | 10000111 | 111011 | 101001 | 0 | 111000 | 101111 | 1100111 | 100111 | 100110 |
Color Harmonies of #50873B
Complementary color
Monochromatic Colors of #50873B
Black with #50873B
Text Example
Text Example
White with #50873B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50873B; }
p { color: rgb(80,135,59); }
H1.HeaderClassName
{
color: #50873B;
}
.AnyTagClassName
{
color: #50873B;
}
</style>
background-color css
<style>
a { background-color: #50873B; }
a { background-color: rgb(80,135,59); }
div.DivClassName
{
background-color: #50873B;
}
.BgClassName
{
background-color: #50873B;
}
</style>
border-color css
<style>
span { border-color: #50873B; }
span { border-color: rgb(80,135,59); }
td.TdClassName
{
border-color: #50873B;
}
.TagClassName
{
border-color: #50873B;
}
</style>