Shades of Fern Green #50733F
Tints of Fern Green #50733F
RGB
CMYK
RGB Variations
Color information
#50733F (or 0x50733F) is known color: Fern Green. HEX triplet: 50, 73 and 3F. RGB value is (80,115,63). Sum of RGB (Red+Green+Blue) = 80+115+63=258 (34% of max value = 765). Red value is 80 (31.64% from 255 or 31.01% from 258); Green value is 115 (45.31% from 255 or 44.57% from 258); Blue value is 63 (25% from 255 or 24.42% from 258); Max value from RGB is 115 - color contains mainly: green. Hex color #50733F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50733F is #AF8CC0. Grayscale: #626262. Windows color (decimal): -11504833 or 4158288. OLE color: 4158288.
HSL color Cylindrical-coordinate representation of color #50733F: hue angle of 100.38º degrees, saturation: 0.29, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #50733F is Cyan = 0.30, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 80 | 115 | 63 | - |
| CMYK | 0.30 | 0 | 0.45 | 0.55 |
| HSL | 100.38º | 0.29% | 0.35% | - |
| HSV(B) | 100.38º | 0.45% | 0.45% | - |
| XYZ | 10.34 | 14.33 | 6.92 | - |
| YUV | 98.61 | 107.9 | 114.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 115 | 63 | 0.30 | 0 | 0.45 | 0.55 | 100.38 | 0.29 | 0.35 |
| Hex | 50 | 73 | 3F | 1E | 0 | 2D | 37 | 64 | 1D | 23 |
| Octal | 120 | 163 | 77 | 36 | 0 | 55 | 67 | 144 | 35 | 43 |
| Binary | 1010000 | 1110011 | 111111 | 11110 | 0 | 101101 | 110111 | 1100100 | 11101 | 100011 |
Color Harmonies of #50733F
Complementary color
Monochromatic Colors of #50733F
Black with #50733F
Text Example
Text Example
White with #50733F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50733F; }
p { color: rgb(80,115,63); }
H1.HeaderClassName
{
color: #50733F;
}
.AnyTagClassName
{
color: #50733F;
}
</style>
background-color css
<style>
a { background-color: #50733F; }
a { background-color: rgb(80,115,63); }
div.DivClassName
{
background-color: #50733F;
}
.BgClassName
{
background-color: #50733F;
}
</style>
border-color css
<style>
span { border-color: #50733F; }
span { border-color: rgb(80,115,63); }
td.TdClassName
{
border-color: #50733F;
}
.TagClassName
{
border-color: #50733F;
}
</style>