Shades of Fern Green #50893C
Tints of Fern Green #50893C
RGB
CMYK
RGB Variations
Color information
#50893C (or 0x50893C) is known color: Fern Green. HEX triplet: 50, 89 and 3C. RGB value is (80,137,60). Sum of RGB (Red+Green+Blue) = 80+137+60=277 (36% of max value = 765). Red value is 80 (31.64% from 255 or 28.88% from 277); Green value is 137 (53.91% from 255 or 49.46% from 277); Blue value is 60 (23.83% from 255 or 21.66% from 277); Max value from RGB is 137 - color contains mainly: green. Hex color #50893C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50893C is #AF76C3. Grayscale: #6F6F6F. Windows color (decimal): -11499204 or 3967312. OLE color: 3967312.
HSL color Cylindrical-coordinate representation of color #50893C: hue angle of 104.42º degrees, saturation: 0.39, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #50893C is Cyan = 0.42, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 80 | 137 | 60 | - |
| CMYK | 0.42 | 0 | 0.56 | 0.46 |
| HSL | 104.42º | 0.39% | 0.39% | - |
| HSV(B) | 104.42º | 0.56% | 0.54% | - |
| XYZ | 13.07 | 19.92 | 7.43 | - |
| YUV | 111.18 | 99.12 | 105.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 137 | 60 | 0.42 | 0 | 0.56 | 0.46 | 104.42 | 0.39 | 0.39 |
| Hex | 50 | 89 | 3C | 2A | 0 | 38 | 2E | 68 | 27 | 27 |
| Octal | 120 | 211 | 74 | 52 | 0 | 70 | 56 | 150 | 47 | 47 |
| Binary | 1010000 | 10001001 | 111100 | 101010 | 0 | 111000 | 101110 | 1101000 | 100111 | 100111 |
Color Harmonies of #50893C
Complementary color
Monochromatic Colors of #50893C
Black with #50893C
Text Example
Text Example
White with #50893C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50893C; }
p { color: rgb(80,137,60); }
H1.HeaderClassName
{
color: #50893C;
}
.AnyTagClassName
{
color: #50893C;
}
</style>
background-color css
<style>
a { background-color: #50893C; }
a { background-color: rgb(80,137,60); }
div.DivClassName
{
background-color: #50893C;
}
.BgClassName
{
background-color: #50893C;
}
</style>
border-color css
<style>
span { border-color: #50893C; }
span { border-color: rgb(80,137,60); }
td.TdClassName
{
border-color: #50893C;
}
.TagClassName
{
border-color: #50893C;
}
</style>