Shades of Fern Green #507339
Tints of Fern Green #507339
RGB
CMYK
RGB Variations
Color information
#507339 (or 0x507339) is known color: Fern Green. HEX triplet: 50, 73 and 39. RGB value is (80,115,57). Sum of RGB (Red+Green+Blue) = 80+115+57=252 (33% of max value = 765). Red value is 80 (31.64% from 255 or 31.75% from 252); Green value is 115 (45.31% from 255 or 45.63% from 252); Blue value is 57 (22.66% from 255 or 22.62% from 252); Max value from RGB is 115 - color contains mainly: green. Hex color #507339 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #507339 is #AF8CC6. Grayscale: #626262. Windows color (decimal): -11504839 or 3765072. OLE color: 3765072.
HSL color Cylindrical-coordinate representation of color #507339: hue angle of 96.21º degrees, saturation: 0.34, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #507339 is Cyan = 0.30, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 80 | 115 | 57 | - |
| CMYK | 0.30 | 0 | 0.50 | 0.55 |
| HSL | 96.21º | 0.34% | 0.34% | - |
| HSV(B) | 96.21º | 0.5% | 0.45% | - |
| XYZ | 10.18 | 14.26 | 6.09 | - |
| YUV | 97.92 | 104.9 | 115.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 115 | 57 | 0.30 | 0 | 0.50 | 0.55 | 96.21 | 0.34 | 0.34 |
| Hex | 50 | 73 | 39 | 1E | 0 | 32 | 37 | 60 | 22 | 22 |
| Octal | 120 | 163 | 71 | 36 | 0 | 62 | 67 | 140 | 42 | 42 |
| Binary | 1010000 | 1110011 | 111001 | 11110 | 0 | 110010 | 110111 | 1100000 | 100010 | 100010 |
Color Harmonies of #507339
Complementary color
Monochromatic Colors of #507339
Black with #507339
Text Example
Text Example
White with #507339
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #507339; }
p { color: rgb(80,115,57); }
H1.HeaderClassName
{
color: #507339;
}
.AnyTagClassName
{
color: #507339;
}
</style>
background-color css
<style>
a { background-color: #507339; }
a { background-color: rgb(80,115,57); }
div.DivClassName
{
background-color: #507339;
}
.BgClassName
{
background-color: #507339;
}
</style>
border-color css
<style>
span { border-color: #507339; }
span { border-color: rgb(80,115,57); }
td.TdClassName
{
border-color: #507339;
}
.TagClassName
{
border-color: #507339;
}
</style>