Shades of Fern Green #50854B
Tints of Fern Green #50854B
RGB
CMYK
RGB Variations
Color information
#50854B (or 0x50854B) is known color: Fern Green. HEX triplet: 50, 85 and 4B. RGB value is (80,133,75). Sum of RGB (Red+Green+Blue) = 80+133+75=288 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.78% from 288); Green value is 133 (52.34% from 255 or 46.18% from 288); Blue value is 75 (29.69% from 255 or 26.04% from 288); Max value from RGB is 133 - color contains mainly: green. Hex color #50854B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50854B is #AF7AB4. Grayscale: #6E6E6E. Windows color (decimal): -11500213 or 4949328. OLE color: 4949328.
HSL color Cylindrical-coordinate representation of color #50854B: hue angle of 114.83º degrees, saturation: 0.28, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #50854B is Cyan = 0.40, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 80 | 133 | 75 | - |
| CMYK | 0.40 | 0 | 0.44 | 0.48 |
| HSL | 114.83º | 0.28% | 0.41% | - |
| HSV(B) | 114.83º | 0.44% | 0.52% | - |
| XYZ | 12.97 | 18.99 | 9.64 | - |
| YUV | 110.54 | 107.94 | 106.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 133 | 75 | 0.40 | 0 | 0.44 | 0.48 | 114.83 | 0.28 | 0.41 |
| Hex | 50 | 85 | 4B | 28 | 0 | 2C | 30 | 73 | 1C | 29 |
| Octal | 120 | 205 | 113 | 50 | 0 | 54 | 60 | 163 | 34 | 51 |
| Binary | 1010000 | 10000101 | 1001011 | 101000 | 0 | 101100 | 110000 | 1110011 | 11100 | 101001 |
Color Harmonies of #50854B
Complementary color
Monochromatic Colors of #50854B
Black with #50854B
Text Example
Text Example
White with #50854B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50854B; }
p { color: rgb(80,133,75); }
H1.HeaderClassName
{
color: #50854B;
}
.AnyTagClassName
{
color: #50854B;
}
</style>
background-color css
<style>
a { background-color: #50854B; }
a { background-color: rgb(80,133,75); }
div.DivClassName
{
background-color: #50854B;
}
.BgClassName
{
background-color: #50854B;
}
</style>
border-color css
<style>
span { border-color: #50854B; }
span { border-color: rgb(80,133,75); }
td.TdClassName
{
border-color: #50854B;
}
.TagClassName
{
border-color: #50854B;
}
</style>