Shades of Fern Green #50824B
Tints of Fern Green #50824B
RGB
CMYK
RGB Variations
Color information
#50824B (or 0x50824B) is known color: Fern Green. HEX triplet: 50, 82 and 4B. RGB value is (80,130,75). Sum of RGB (Red+Green+Blue) = 80+130+75=285 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.07% from 285); Green value is 130 (51.17% from 255 or 45.61% from 285); Blue value is 75 (29.69% from 255 or 26.32% from 285); Max value from RGB is 130 - color contains mainly: green. Hex color #50824B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50824B is #AF7DB4. Grayscale: #6C6C6C. Windows color (decimal): -11500981 or 4948560. OLE color: 4948560.
HSL color Cylindrical-coordinate representation of color #50824B: hue angle of 114.55º degrees, saturation: 0.27, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #50824B is Cyan = 0.38, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 80 | 130 | 75 | - |
| CMYK | 0.38 | 0 | 0.42 | 0.49 |
| HSL | 114.55º | 0.27% | 0.4% | - |
| HSV(B) | 114.55º | 0.42% | 0.51% | - |
| XYZ | 12.56 | 18.18 | 9.5 | - |
| YUV | 108.78 | 108.94 | 107.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 130 | 75 | 0.38 | 0 | 0.42 | 0.49 | 114.55 | 0.27 | 0.4 |
| Hex | 50 | 82 | 4B | 26 | 0 | 2A | 31 | 73 | 1B | 28 |
| Octal | 120 | 202 | 113 | 46 | 0 | 52 | 61 | 163 | 33 | 50 |
| Binary | 1010000 | 10000010 | 1001011 | 100110 | 0 | 101010 | 110001 | 1110011 | 11011 | 101000 |
Color Harmonies of #50824B
Complementary color
Monochromatic Colors of #50824B
Black with #50824B
Text Example
Text Example
White with #50824B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50824B; }
p { color: rgb(80,130,75); }
H1.HeaderClassName
{
color: #50824B;
}
.AnyTagClassName
{
color: #50824B;
}
</style>
background-color css
<style>
a { background-color: #50824B; }
a { background-color: rgb(80,130,75); }
div.DivClassName
{
background-color: #50824B;
}
.BgClassName
{
background-color: #50824B;
}
</style>
border-color css
<style>
span { border-color: #50824B; }
span { border-color: rgb(80,130,75); }
td.TdClassName
{
border-color: #50824B;
}
.TagClassName
{
border-color: #50824B;
}
</style>