Shades of Fern Green #50883D
Tints of Fern Green #50883D
RGB
CMYK
RGB Variations
Color information
#50883D (or 0x50883D) is known color: Fern Green. HEX triplet: 50, 88 and 3D. RGB value is (80,136,61). Sum of RGB (Red+Green+Blue) = 80+136+61=277 (36% of max value = 765). Red value is 80 (31.64% from 255 or 28.88% from 277); Green value is 136 (53.52% from 255 or 49.10% from 277); Blue value is 61 (24.22% from 255 or 22.02% from 277); Max value from RGB is 136 - color contains mainly: green. Hex color #50883D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50883D is #AF77C2. Grayscale: #6E6E6E. Windows color (decimal): -11499459 or 4032592. OLE color: 4032592.
HSL color Cylindrical-coordinate representation of color #50883D: hue angle of 104.8º degrees, saturation: 0.38, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #50883D is Cyan = 0.41, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 80 | 136 | 61 | - |
| CMYK | 0.41 | 0 | 0.55 | 0.47 |
| HSL | 104.8º | 0.38% | 0.39% | - |
| HSV(B) | 104.8º | 0.55% | 0.53% | - |
| XYZ | 12.95 | 19.65 | 7.53 | - |
| YUV | 110.71 | 99.95 | 106.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 136 | 61 | 0.41 | 0 | 0.55 | 0.47 | 104.8 | 0.38 | 0.39 |
| Hex | 50 | 88 | 3D | 29 | 0 | 37 | 2F | 69 | 26 | 27 |
| Octal | 120 | 210 | 75 | 51 | 0 | 67 | 57 | 151 | 46 | 47 |
| Binary | 1010000 | 10001000 | 111101 | 101001 | 0 | 110111 | 101111 | 1101001 | 100110 | 100111 |
Color Harmonies of #50883D
Complementary color
Monochromatic Colors of #50883D
Black with #50883D
Text Example
Text Example
White with #50883D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50883D; }
p { color: rgb(80,136,61); }
H1.HeaderClassName
{
color: #50883D;
}
.AnyTagClassName
{
color: #50883D;
}
</style>
background-color css
<style>
a { background-color: #50883D; }
a { background-color: rgb(80,136,61); }
div.DivClassName
{
background-color: #50883D;
}
.BgClassName
{
background-color: #50883D;
}
</style>
border-color css
<style>
span { border-color: #50883D; }
span { border-color: rgb(80,136,61); }
td.TdClassName
{
border-color: #50883D;
}
.TagClassName
{
border-color: #50883D;
}
</style>