Shades of Fern Green #50883C
Tints of Fern Green #50883C
RGB
CMYK
RGB Variations
Color information
#50883C (or 0x50883C) is known color: Fern Green. HEX triplet: 50, 88 and 3C. RGB value is (80,136,60). Sum of RGB (Red+Green+Blue) = 80+136+60=276 (36% of max value = 765). Red value is 80 (31.64% from 255 or 28.99% from 276); Green value is 136 (53.52% from 255 or 49.28% from 276); Blue value is 60 (23.83% from 255 or 21.74% from 276); Max value from RGB is 136 - color contains mainly: green. Hex color #50883C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50883C is #AF77C3. Grayscale: #6E6E6E. Windows color (decimal): -11499460 or 3967056. OLE color: 3967056.
HSL color Cylindrical-coordinate representation of color #50883C: hue angle of 104.21º degrees, saturation: 0.39, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #50883C is Cyan = 0.41, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 80 | 136 | 60 | - |
| CMYK | 0.41 | 0 | 0.56 | 0.47 |
| HSL | 104.21º | 0.39% | 0.38% | - |
| HSV(B) | 104.21º | 0.56% | 0.53% | - |
| XYZ | 12.93 | 19.64 | 7.38 | - |
| YUV | 110.59 | 99.45 | 106.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 136 | 60 | 0.41 | 0 | 0.56 | 0.47 | 104.21 | 0.39 | 0.38 |
| Hex | 50 | 88 | 3C | 29 | 0 | 38 | 2F | 68 | 27 | 26 |
| Octal | 120 | 210 | 74 | 51 | 0 | 70 | 57 | 150 | 47 | 46 |
| Binary | 1010000 | 10001000 | 111100 | 101001 | 0 | 111000 | 101111 | 1101000 | 100111 | 100110 |
Color Harmonies of #50883C
Complementary color
Monochromatic Colors of #50883C
Black with #50883C
Text Example
Text Example
White with #50883C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50883C; }
p { color: rgb(80,136,60); }
H1.HeaderClassName
{
color: #50883C;
}
.AnyTagClassName
{
color: #50883C;
}
</style>
background-color css
<style>
a { background-color: #50883C; }
a { background-color: rgb(80,136,60); }
div.DivClassName
{
background-color: #50883C;
}
.BgClassName
{
background-color: #50883C;
}
</style>
border-color css
<style>
span { border-color: #50883C; }
span { border-color: rgb(80,136,60); }
td.TdClassName
{
border-color: #50883C;
}
.TagClassName
{
border-color: #50883C;
}
</style>