Shades of Fern Green #508348
Tints of Fern Green #508348
RGB
CMYK
RGB Variations
Color information
#508348 (or 0x508348) is known color: Fern Green. HEX triplet: 50, 83 and 48. RGB value is (80,131,72). Sum of RGB (Red+Green+Blue) = 80+131+72=283 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.27% from 283); Green value is 131 (51.56% from 255 or 46.29% from 283); Blue value is 72 (28.52% from 255 or 25.44% from 283); Max value from RGB is 131 - color contains mainly: green. Hex color #508348 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #508348 is #AF7CB7. Grayscale: #6D6D6D. Windows color (decimal): -11500728 or 4752208. OLE color: 4752208.
HSL color Cylindrical-coordinate representation of color #508348: hue angle of 111.86º degrees, saturation: 0.29, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #508348 is Cyan = 0.39, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 80 | 131 | 72 | - |
| CMYK | 0.39 | 0 | 0.45 | 0.49 |
| HSL | 111.86º | 0.29% | 0.4% | - |
| HSV(B) | 111.86º | 0.45% | 0.51% | - |
| XYZ | 12.59 | 18.41 | 9.02 | - |
| YUV | 109.03 | 107.1 | 107.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 131 | 72 | 0.39 | 0 | 0.45 | 0.49 | 111.86 | 0.29 | 0.4 |
| Hex | 50 | 83 | 48 | 27 | 0 | 2D | 31 | 70 | 1D | 28 |
| Octal | 120 | 203 | 110 | 47 | 0 | 55 | 61 | 160 | 35 | 50 |
| Binary | 1010000 | 10000011 | 1001000 | 100111 | 0 | 101101 | 110001 | 1110000 | 11101 | 101000 |
Color Harmonies of #508348
Complementary color
Monochromatic Colors of #508348
Black with #508348
Text Example
Text Example
White with #508348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #508348; }
p { color: rgb(80,131,72); }
H1.HeaderClassName
{
color: #508348;
}
.AnyTagClassName
{
color: #508348;
}
</style>
background-color css
<style>
a { background-color: #508348; }
a { background-color: rgb(80,131,72); }
div.DivClassName
{
background-color: #508348;
}
.BgClassName
{
background-color: #508348;
}
</style>
border-color css
<style>
span { border-color: #508348; }
span { border-color: rgb(80,131,72); }
td.TdClassName
{
border-color: #508348;
}
.TagClassName
{
border-color: #508348;
}
</style>