Shades of Fern Green #50744A
Tints of Fern Green #50744A
RGB
CMYK
RGB Variations
Color information
#50744A (or 0x50744A) is known color: Fern Green. HEX triplet: 50, 74 and 4A. RGB value is (80,116,74). Sum of RGB (Red+Green+Blue) = 80+116+74=270 (35% of max value = 765). Red value is 80 (31.64% from 255 or 29.63% from 270); Green value is 116 (45.70% from 255 or 42.96% from 270); Blue value is 74 (29.30% from 255 or 27.41% from 270); Max value from RGB is 116 - color contains mainly: green. Hex color #50744A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50744A is #AF8BB5. Grayscale: #646464. Windows color (decimal): -11504566 or 4879440. OLE color: 4879440.
HSL color Cylindrical-coordinate representation of color #50744A: hue angle of 111.43º degrees, saturation: 0.22, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #50744A is Cyan = 0.31, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 80 | 116 | 74 | - |
| CMYK | 0.31 | 0 | 0.36 | 0.55 |
| HSL | 111.43º | 0.22% | 0.37% | - |
| HSV(B) | 111.43º | 0.36% | 0.45% | - |
| XYZ | 10.79 | 14.69 | 8.75 | - |
| YUV | 100.45 | 113.07 | 113.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 116 | 74 | 0.31 | 0 | 0.36 | 0.55 | 111.43 | 0.22 | 0.37 |
| Hex | 50 | 74 | 4A | 1F | 0 | 24 | 37 | 6F | 16 | 25 |
| Octal | 120 | 164 | 112 | 37 | 0 | 44 | 67 | 157 | 26 | 45 |
| Binary | 1010000 | 1110100 | 1001010 | 11111 | 0 | 100100 | 110111 | 1101111 | 10110 | 100101 |
Color Harmonies of #50744A
Complementary color
Monochromatic Colors of #50744A
Black with #50744A
Text Example
Text Example
White with #50744A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50744A; }
p { color: rgb(80,116,74); }
H1.HeaderClassName
{
color: #50744A;
}
.AnyTagClassName
{
color: #50744A;
}
</style>
background-color css
<style>
a { background-color: #50744A; }
a { background-color: rgb(80,116,74); }
div.DivClassName
{
background-color: #50744A;
}
.BgClassName
{
background-color: #50744A;
}
</style>
border-color css
<style>
span { border-color: #50744A; }
span { border-color: rgb(80,116,74); }
td.TdClassName
{
border-color: #50744A;
}
.TagClassName
{
border-color: #50744A;
}
</style>