Shades of Fern Green #50823B
Tints of Fern Green #50823B
RGB
CMYK
RGB Variations
Color information
#50823B (or 0x50823B) is known color: Fern Green. HEX triplet: 50, 82 and 3B. RGB value is (80,130,59). Sum of RGB (Red+Green+Blue) = 80+130+59=269 (35% of max value = 765). Red value is 80 (31.64% from 255 or 29.74% from 269); Green value is 130 (51.17% from 255 or 48.33% from 269); Blue value is 59 (23.44% from 255 or 21.93% from 269); Max value from RGB is 130 - color contains mainly: green. Hex color #50823B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50823B is #AF7DC4. Grayscale: #6B6B6B. Windows color (decimal): -11500997 or 3899984. OLE color: 3899984.
HSL color Cylindrical-coordinate representation of color #50823B: hue angle of 102.25º 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 #50823B is Cyan = 0.38, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 80 | 130 | 59 | - |
| CMYK | 0.38 | 0 | 0.55 | 0.49 |
| HSL | 102.25º | 0.38% | 0.37% | - |
| HSV(B) | 102.25º | 0.55% | 0.51% | - |
| XYZ | 12.08 | 17.99 | 6.97 | - |
| YUV | 106.96 | 100.94 | 108.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 130 | 59 | 0.38 | 0 | 0.55 | 0.49 | 102.25 | 0.38 | 0.37 |
| Hex | 50 | 82 | 3B | 26 | 0 | 37 | 31 | 66 | 26 | 25 |
| Octal | 120 | 202 | 73 | 46 | 0 | 67 | 61 | 146 | 46 | 45 |
| Binary | 1010000 | 10000010 | 111011 | 100110 | 0 | 110111 | 110001 | 1100110 | 100110 | 100101 |
Color Harmonies of #50823B
Complementary color
Monochromatic Colors of #50823B
Black with #50823B
Text Example
Text Example
White with #50823B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50823B; }
p { color: rgb(80,130,59); }
H1.HeaderClassName
{
color: #50823B;
}
.AnyTagClassName
{
color: #50823B;
}
</style>
background-color css
<style>
a { background-color: #50823B; }
a { background-color: rgb(80,130,59); }
div.DivClassName
{
background-color: #50823B;
}
.BgClassName
{
background-color: #50823B;
}
</style>
border-color css
<style>
span { border-color: #50823B; }
span { border-color: rgb(80,130,59); }
td.TdClassName
{
border-color: #50823B;
}
.TagClassName
{
border-color: #50823B;
}
</style>