Shades of Fern Green #50813C
Tints of Fern Green #50813C
RGB
CMYK
RGB Variations
Color information
#50813C (or 0x50813C) is known color: Fern Green. HEX triplet: 50, 81 and 3C. RGB value is (80,129,60). Sum of RGB (Red+Green+Blue) = 80+129+60=269 (35% of max value = 765). Red value is 80 (31.64% from 255 or 29.74% from 269); Green value is 129 (50.78% from 255 or 47.96% from 269); Blue value is 60 (23.83% from 255 or 22.30% from 269); Max value from RGB is 129 - color contains mainly: green. Hex color #50813C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50813C is #AF7EC3. Grayscale: #6A6A6A. Windows color (decimal): -11501252 or 3965264. OLE color: 3965264.
HSL color Cylindrical-coordinate representation of color #50813C: hue angle of 102.61º degrees, saturation: 0.37, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #50813C is Cyan = 0.38, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 80 | 129 | 60 | - |
| CMYK | 0.38 | 0 | 0.53 | 0.49 |
| HSL | 102.61º | 0.37% | 0.37% | - |
| HSV(B) | 102.61º | 0.53% | 0.51% | - |
| XYZ | 11.97 | 17.73 | 7.07 | - |
| YUV | 106.48 | 101.77 | 109.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 129 | 60 | 0.38 | 0 | 0.53 | 0.49 | 102.61 | 0.37 | 0.37 |
| Hex | 50 | 81 | 3C | 26 | 0 | 35 | 31 | 67 | 25 | 25 |
| Octal | 120 | 201 | 74 | 46 | 0 | 65 | 61 | 147 | 45 | 45 |
| Binary | 1010000 | 10000001 | 111100 | 100110 | 0 | 110101 | 110001 | 1100111 | 100101 | 100101 |
Color Harmonies of #50813C
Complementary color
Monochromatic Colors of #50813C
Black with #50813C
Text Example
Text Example
White with #50813C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50813C; }
p { color: rgb(80,129,60); }
H1.HeaderClassName
{
color: #50813C;
}
.AnyTagClassName
{
color: #50813C;
}
</style>
background-color css
<style>
a { background-color: #50813C; }
a { background-color: rgb(80,129,60); }
div.DivClassName
{
background-color: #50813C;
}
.BgClassName
{
background-color: #50813C;
}
</style>
border-color css
<style>
span { border-color: #50813C; }
span { border-color: rgb(80,129,60); }
td.TdClassName
{
border-color: #50813C;
}
.TagClassName
{
border-color: #50813C;
}
</style>