Shades of Fern Green #507639
Tints of Fern Green #507639
RGB
CMYK
RGB Variations
Color information
#507639 (or 0x507639) is known color: Fern Green. HEX triplet: 50, 76 and 39. RGB value is (80,118,57). Sum of RGB (Red+Green+Blue) = 80+118+57=255 (33% of max value = 765). Red value is 80 (31.64% from 255 or 31.37% from 255); Green value is 118 (46.48% from 255 or 46.27% from 255); Blue value is 57 (22.66% from 255 or 22.35% from 255); Max value from RGB is 118 - color contains mainly: green. Hex color #507639 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #507639 is #AF89C6. Grayscale: #636363. Windows color (decimal): -11504071 or 3765840. OLE color: 3765840.
HSL color Cylindrical-coordinate representation of color #507639: hue angle of 97.38º degrees, saturation: 0.35, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #507639 is Cyan = 0.32, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 80 | 118 | 57 | - |
| CMYK | 0.32 | 0 | 0.52 | 0.54 |
| HSL | 97.38º | 0.35% | 0.34% | - |
| HSV(B) | 97.38º | 0.52% | 0.46% | - |
| XYZ | 10.53 | 14.96 | 6.2 | - |
| YUV | 99.68 | 103.91 | 113.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 118 | 57 | 0.32 | 0 | 0.52 | 0.54 | 97.38 | 0.35 | 0.34 |
| Hex | 50 | 76 | 39 | 20 | 0 | 34 | 36 | 61 | 23 | 22 |
| Octal | 120 | 166 | 71 | 40 | 0 | 64 | 66 | 141 | 43 | 42 |
| Binary | 1010000 | 1110110 | 111001 | 100000 | 0 | 110100 | 110110 | 1100001 | 100011 | 100010 |
Color Harmonies of #507639
Complementary color
Monochromatic Colors of #507639
Black with #507639
Text Example
Text Example
White with #507639
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #507639; }
p { color: rgb(80,118,57); }
H1.HeaderClassName
{
color: #507639;
}
.AnyTagClassName
{
color: #507639;
}
</style>
background-color css
<style>
a { background-color: #507639; }
a { background-color: rgb(80,118,57); }
div.DivClassName
{
background-color: #507639;
}
.BgClassName
{
background-color: #507639;
}
</style>
border-color css
<style>
span { border-color: #507639; }
span { border-color: rgb(80,118,57); }
td.TdClassName
{
border-color: #507639;
}
.TagClassName
{
border-color: #507639;
}
</style>