Shades of Fern Green #506F41
Tints of Fern Green #506F41
RGB
CMYK
RGB Variations
Color information
#506F41 (or 0x506F41) is known color: Fern Green. HEX triplet: 50, 6F and 41. RGB value is (80,111,65). Sum of RGB (Red+Green+Blue) = 80+111+65=256 (33% of max value = 765). Red value is 80 (31.64% from 255 or 31.25% from 256); Green value is 111 (43.75% from 255 or 43.36% from 256); Blue value is 65 (25.78% from 255 or 25.39% from 256); Max value from RGB is 111 - color contains mainly: green. Hex color #506F41 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #506F41 is #AF90BE. Grayscale: #606060. Windows color (decimal): -11505855 or 4288336. OLE color: 4288336.
HSL color Cylindrical-coordinate representation of color #506F41: hue angle of 100.43º degrees, saturation: 0.26, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #506F41 is Cyan = 0.28, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 80 | 111 | 65 | - |
| CMYK | 0.28 | 0 | 0.41 | 0.56 |
| HSL | 100.43º | 0.26% | 0.35% | - |
| HSV(B) | 100.43º | 0.41% | 0.44% | - |
| XYZ | 9.95 | 13.46 | 7.07 | - |
| YUV | 96.49 | 110.23 | 116.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 111 | 65 | 0.28 | 0 | 0.41 | 0.56 | 100.43 | 0.26 | 0.35 |
| Hex | 50 | 6F | 41 | 1C | 0 | 29 | 38 | 64 | 1A | 23 |
| Octal | 120 | 157 | 101 | 34 | 0 | 51 | 70 | 144 | 32 | 43 |
| Binary | 1010000 | 1101111 | 1000001 | 11100 | 0 | 101001 | 111000 | 1100100 | 11010 | 100011 |
Color Harmonies of #506F41
Complementary color
Monochromatic Colors of #506F41
Black with #506F41
Text Example
Text Example
White with #506F41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #506F41; }
p { color: rgb(80,111,65); }
H1.HeaderClassName
{
color: #506F41;
}
.AnyTagClassName
{
color: #506F41;
}
</style>
background-color css
<style>
a { background-color: #506F41; }
a { background-color: rgb(80,111,65); }
div.DivClassName
{
background-color: #506F41;
}
.BgClassName
{
background-color: #506F41;
}
</style>
border-color css
<style>
span { border-color: #506F41; }
span { border-color: rgb(80,111,65); }
td.TdClassName
{
border-color: #506F41;
}
.TagClassName
{
border-color: #506F41;
}
</style>