Shades of Fern Green #50933D
Tints of Fern Green #50933D
RGB
CMYK
RGB Variations
Color information
#50933D (or 0x50933D) is known color: Fern Green. HEX triplet: 50, 93 and 3D. RGB value is (80,147,61). Sum of RGB (Red+Green+Blue) = 80+147+61=288 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.78% from 288); Green value is 147 (57.81% from 255 or 51.04% from 288); Blue value is 61 (24.22% from 255 or 21.18% from 288); Max value from RGB is 147 - color contains mainly: green. Hex color #50933D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50933D is #AF6CC2. Grayscale: #757575. Windows color (decimal): -11496643 or 4035408. OLE color: 4035408.
HSL color Cylindrical-coordinate representation of color #50933D: hue angle of 106.74º degrees, saturation: 0.41, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #50933D is Cyan = 0.46, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 80 | 147 | 61 | - |
| CMYK | 0.46 | 0 | 0.59 | 0.42 |
| HSL | 106.74º | 0.41% | 0.41% | - |
| HSV(B) | 106.74º | 0.59% | 0.58% | - |
| XYZ | 14.58 | 22.91 | 8.07 | - |
| YUV | 117.16 | 96.3 | 101.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 147 | 61 | 0.46 | 0 | 0.59 | 0.42 | 106.74 | 0.41 | 0.41 |
| Hex | 50 | 93 | 3D | 2E | 0 | 3B | 2A | 6B | 29 | 29 |
| Octal | 120 | 223 | 75 | 56 | 0 | 73 | 52 | 153 | 51 | 51 |
| Binary | 1010000 | 10010011 | 111101 | 101110 | 0 | 111011 | 101010 | 1101011 | 101001 | 101001 |
Color Harmonies of #50933D
Complementary color
Monochromatic Colors of #50933D
Black with #50933D
Text Example
Text Example
White with #50933D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50933D; }
p { color: rgb(80,147,61); }
H1.HeaderClassName
{
color: #50933D;
}
.AnyTagClassName
{
color: #50933D;
}
</style>
background-color css
<style>
a { background-color: #50933D; }
a { background-color: rgb(80,147,61); }
div.DivClassName
{
background-color: #50933D;
}
.BgClassName
{
background-color: #50933D;
}
</style>
border-color css
<style>
span { border-color: #50933D; }
span { border-color: rgb(80,147,61); }
td.TdClassName
{
border-color: #50933D;
}
.TagClassName
{
border-color: #50933D;
}
</style>