Shades of Fern Green #508341
Tints of Fern Green #508341
RGB
CMYK
RGB Variations
Color information
#508341 (or 0x508341) is known color: Fern Green. HEX triplet: 50, 83 and 41. RGB value is (80,131,65). Sum of RGB (Red+Green+Blue) = 80+131+65=276 (36% of max value = 765). Red value is 80 (31.64% from 255 or 28.99% from 276); Green value is 131 (51.56% from 255 or 47.46% from 276); Blue value is 65 (25.78% from 255 or 23.55% from 276); Max value from RGB is 131 - color contains mainly: green. Hex color #508341 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #508341 is #AF7CBE. Grayscale: #6C6C6C. Windows color (decimal): -11500735 or 4293456. OLE color: 4293456.
HSL color Cylindrical-coordinate representation of color #508341: hue angle of 106.36º degrees, saturation: 0.34, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #508341 is Cyan = 0.39, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 80 | 131 | 65 | - |
| CMYK | 0.39 | 0 | 0.50 | 0.49 |
| HSL | 106.36º | 0.34% | 0.38% | - |
| HSV(B) | 106.36º | 0.5% | 0.51% | - |
| XYZ | 12.38 | 18.32 | 7.88 | - |
| YUV | 108.23 | 103.6 | 107.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 131 | 65 | 0.39 | 0 | 0.50 | 0.49 | 106.36 | 0.34 | 0.38 |
| Hex | 50 | 83 | 41 | 27 | 0 | 32 | 31 | 6A | 22 | 26 |
| Octal | 120 | 203 | 101 | 47 | 0 | 62 | 61 | 152 | 42 | 46 |
| Binary | 1010000 | 10000011 | 1000001 | 100111 | 0 | 110010 | 110001 | 1101010 | 100010 | 100110 |
Color Harmonies of #508341
Complementary color
Monochromatic Colors of #508341
Black with #508341
Text Example
Text Example
White with #508341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #508341; }
p { color: rgb(80,131,65); }
H1.HeaderClassName
{
color: #508341;
}
.AnyTagClassName
{
color: #508341;
}
</style>
background-color css
<style>
a { background-color: #508341; }
a { background-color: rgb(80,131,65); }
div.DivClassName
{
background-color: #508341;
}
.BgClassName
{
background-color: #508341;
}
</style>
border-color css
<style>
span { border-color: #508341; }
span { border-color: rgb(80,131,65); }
td.TdClassName
{
border-color: #508341;
}
.TagClassName
{
border-color: #508341;
}
</style>