Shades of Fern Green #50833B
Tints of Fern Green #50833B
RGB
CMYK
RGB Variations
Color information
#50833B (or 0x50833B) is known color: Fern Green. HEX triplet: 50, 83 and 3B. RGB value is (80,131,59). Sum of RGB (Red+Green+Blue) = 80+131+59=270 (35% of max value = 765). Red value is 80 (31.64% from 255 or 29.63% from 270); Green value is 131 (51.56% from 255 or 48.52% from 270); Blue value is 59 (23.44% from 255 or 21.85% from 270); Max value from RGB is 131 - color contains mainly: green. Hex color #50833B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50833B is #AF7CC4. Grayscale: #6B6B6B. Windows color (decimal): -11500741 or 3900240. OLE color: 3900240.
HSL color Cylindrical-coordinate representation of color #50833B: hue angle of 102.5º degrees, saturation: 0.38, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #50833B is Cyan = 0.39, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 80 | 131 | 59 | - |
| CMYK | 0.39 | 0 | 0.55 | 0.49 |
| HSL | 102.5º | 0.38% | 0.37% | - |
| HSV(B) | 102.5º | 0.55% | 0.51% | - |
| XYZ | 12.21 | 18.25 | 7.02 | - |
| YUV | 107.54 | 100.6 | 108.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 131 | 59 | 0.39 | 0 | 0.55 | 0.49 | 102.5 | 0.38 | 0.37 |
| Hex | 50 | 83 | 3B | 27 | 0 | 37 | 31 | 66 | 26 | 25 |
| Octal | 120 | 203 | 73 | 47 | 0 | 67 | 61 | 146 | 46 | 45 |
| Binary | 1010000 | 10000011 | 111011 | 100111 | 0 | 110111 | 110001 | 1100110 | 100110 | 100101 |
Color Harmonies of #50833B
Complementary color
Monochromatic Colors of #50833B
Black with #50833B
Text Example
Text Example
White with #50833B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50833B; }
p { color: rgb(80,131,59); }
H1.HeaderClassName
{
color: #50833B;
}
.AnyTagClassName
{
color: #50833B;
}
</style>
background-color css
<style>
a { background-color: #50833B; }
a { background-color: rgb(80,131,59); }
div.DivClassName
{
background-color: #50833B;
}
.BgClassName
{
background-color: #50833B;
}
</style>
border-color css
<style>
span { border-color: #50833B; }
span { border-color: rgb(80,131,59); }
td.TdClassName
{
border-color: #50833B;
}
.TagClassName
{
border-color: #50833B;
}
</style>