Shades of Fern Green #507845
Tints of Fern Green #507845
RGB
CMYK
RGB Variations
Color information
#507845 (or 0x507845) is known color: Fern Green. HEX triplet: 50, 78 and 45. RGB value is (80,120,69). Sum of RGB (Red+Green+Blue) = 80+120+69=269 (35% of max value = 765). Red value is 80 (31.64% from 255 or 29.74% from 269); Green value is 120 (47.27% from 255 or 44.61% from 269); Blue value is 69 (27.34% from 255 or 25.65% from 269); Max value from RGB is 120 - color contains mainly: green. Hex color #507845 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #507845 is #AF87BA. Grayscale: #666666. Windows color (decimal): -11503547 or 4552784. OLE color: 4552784.
HSL color Cylindrical-coordinate representation of color #507845: hue angle of 107.06º degrees, saturation: 0.27, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #507845 is Cyan = 0.33, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 80 | 120 | 69 | - |
| CMYK | 0.33 | 0 | 0.42 | 0.53 |
| HSL | 107.06º | 0.27% | 0.37% | - |
| HSV(B) | 107.06º | 0.43% | 0.47% | - |
| XYZ | 11.1 | 15.57 | 8.05 | - |
| YUV | 102.23 | 109.25 | 112.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 120 | 69 | 0.33 | 0 | 0.42 | 0.53 | 107.06 | 0.27 | 0.37 |
| Hex | 50 | 78 | 45 | 21 | 0 | 2A | 35 | 6B | 1B | 25 |
| Octal | 120 | 170 | 105 | 41 | 0 | 52 | 65 | 153 | 33 | 45 |
| Binary | 1010000 | 1111000 | 1000101 | 100001 | 0 | 101010 | 110101 | 1101011 | 11011 | 100101 |
Color Harmonies of #507845
Complementary color
Monochromatic Colors of #507845
Black with #507845
Text Example
Text Example
White with #507845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #507845; }
p { color: rgb(80,120,69); }
H1.HeaderClassName
{
color: #507845;
}
.AnyTagClassName
{
color: #507845;
}
</style>
background-color css
<style>
a { background-color: #507845; }
a { background-color: rgb(80,120,69); }
div.DivClassName
{
background-color: #507845;
}
.BgClassName
{
background-color: #507845;
}
</style>
border-color css
<style>
span { border-color: #507845; }
span { border-color: rgb(80,120,69); }
td.TdClassName
{
border-color: #507845;
}
.TagClassName
{
border-color: #507845;
}
</style>