Shades of Fern Green #50743C
Tints of Fern Green #50743C
RGB
CMYK
RGB Variations
Color information
#50743C (or 0x50743C) is known color: Fern Green. HEX triplet: 50, 74 and 3C. RGB value is (80,116,60). Sum of RGB (Red+Green+Blue) = 80+116+60=256 (33% of max value = 765). Red value is 80 (31.64% from 255 or 31.25% from 256); Green value is 116 (45.70% from 255 or 45.31% from 256); Blue value is 60 (23.83% from 255 or 23.44% from 256); Max value from RGB is 116 - color contains mainly: green. Hex color #50743C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50743C is #AF8BC3. Grayscale: #636363. Windows color (decimal): -11504580 or 3961936. OLE color: 3961936.
HSL color Cylindrical-coordinate representation of color #50743C: hue angle of 98.57º degrees, saturation: 0.32, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #50743C is Cyan = 0.31, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 80 | 116 | 60 | - |
| CMYK | 0.31 | 0 | 0.48 | 0.55 |
| HSL | 98.57º | 0.32% | 0.35% | - |
| HSV(B) | 98.57º | 0.48% | 0.45% | - |
| XYZ | 10.37 | 14.52 | 6.53 | - |
| YUV | 98.85 | 106.07 | 114.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 116 | 60 | 0.31 | 0 | 0.48 | 0.55 | 98.57 | 0.32 | 0.35 |
| Hex | 50 | 74 | 3C | 1F | 0 | 30 | 37 | 63 | 20 | 23 |
| Octal | 120 | 164 | 74 | 37 | 0 | 60 | 67 | 143 | 40 | 43 |
| Binary | 1010000 | 1110100 | 111100 | 11111 | 0 | 110000 | 110111 | 1100011 | 100000 | 100011 |
Color Harmonies of #50743C
Complementary color
Monochromatic Colors of #50743C
Black with #50743C
Text Example
Text Example
White with #50743C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50743C; }
p { color: rgb(80,116,60); }
H1.HeaderClassName
{
color: #50743C;
}
.AnyTagClassName
{
color: #50743C;
}
</style>
background-color css
<style>
a { background-color: #50743C; }
a { background-color: rgb(80,116,60); }
div.DivClassName
{
background-color: #50743C;
}
.BgClassName
{
background-color: #50743C;
}
</style>
border-color css
<style>
span { border-color: #50743C; }
span { border-color: rgb(80,116,60); }
td.TdClassName
{
border-color: #50743C;
}
.TagClassName
{
border-color: #50743C;
}
</style>