Shades of Fern Green #50713C
Tints of Fern Green #50713C
RGB
CMYK
RGB Variations
Color information
#50713C (or 0x50713C) is known color: Fern Green. HEX triplet: 50, 71 and 3C. RGB value is (80,113,60). Sum of RGB (Red+Green+Blue) = 80+113+60=253 (33% of max value = 765). Red value is 80 (31.64% from 255 or 31.62% from 253); Green value is 113 (44.53% from 255 or 44.66% from 253); Blue value is 60 (23.83% from 255 or 23.72% from 253); Max value from RGB is 113 - color contains mainly: green. Hex color #50713C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50713C is #AF8EC3. Grayscale: #616161. Windows color (decimal): -11505348 or 3961168. OLE color: 3961168.
HSL color Cylindrical-coordinate representation of color #50713C: hue angle of 97.36º degrees, saturation: 0.31, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #50713C is Cyan = 0.29, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 80 | 113 | 60 | - |
| CMYK | 0.29 | 0 | 0.47 | 0.56 |
| HSL | 97.36º | 0.31% | 0.34% | - |
| HSV(B) | 97.36º | 0.47% | 0.44% | - |
| XYZ | 10.03 | 13.84 | 6.42 | - |
| YUV | 97.09 | 107.07 | 115.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 113 | 60 | 0.29 | 0 | 0.47 | 0.56 | 97.36 | 0.31 | 0.34 |
| Hex | 50 | 71 | 3C | 1D | 0 | 2F | 38 | 61 | 1F | 22 |
| Octal | 120 | 161 | 74 | 35 | 0 | 57 | 70 | 141 | 37 | 42 |
| Binary | 1010000 | 1110001 | 111100 | 11101 | 0 | 101111 | 111000 | 1100001 | 11111 | 100010 |
Color Harmonies of #50713C
Complementary color
Monochromatic Colors of #50713C
Black with #50713C
Text Example
Text Example
White with #50713C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50713C; }
p { color: rgb(80,113,60); }
H1.HeaderClassName
{
color: #50713C;
}
.AnyTagClassName
{
color: #50713C;
}
</style>
background-color css
<style>
a { background-color: #50713C; }
a { background-color: rgb(80,113,60); }
div.DivClassName
{
background-color: #50713C;
}
.BgClassName
{
background-color: #50713C;
}
</style>
border-color css
<style>
span { border-color: #50713C; }
span { border-color: rgb(80,113,60); }
td.TdClassName
{
border-color: #50713C;
}
.TagClassName
{
border-color: #50713C;
}
</style>