Shades of Fern Green #507A3F
Tints of Fern Green #507A3F
RGB
CMYK
RGB Variations
Color information
#507A3F (or 0x507A3F) is known color: Fern Green. HEX triplet: 50, 7A and 3F. RGB value is (80,122,63). Sum of RGB (Red+Green+Blue) = 80+122+63=265 (35% of max value = 765). Red value is 80 (31.64% from 255 or 30.19% from 265); Green value is 122 (48.05% from 255 or 46.04% from 265); Blue value is 63 (25% from 255 or 23.77% from 265); Max value from RGB is 122 - color contains mainly: green. Hex color #507A3F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #507A3F is #AF85C0. Grayscale: #666666. Windows color (decimal): -11503041 or 4160080. OLE color: 4160080.
HSL color Cylindrical-coordinate representation of color #507A3F: hue angle of 102.71º degrees, saturation: 0.32, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #507A3F is Cyan = 0.34, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 80 | 122 | 63 | - |
| CMYK | 0.34 | 0 | 0.48 | 0.52 |
| HSL | 102.71º | 0.32% | 0.36% | - |
| HSV(B) | 102.71º | 0.48% | 0.48% | - |
| XYZ | 11.17 | 15.98 | 7.2 | - |
| YUV | 102.72 | 105.59 | 111.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 122 | 63 | 0.34 | 0 | 0.48 | 0.52 | 102.71 | 0.32 | 0.36 |
| Hex | 50 | 7A | 3F | 22 | 0 | 30 | 34 | 67 | 20 | 24 |
| Octal | 120 | 172 | 77 | 42 | 0 | 60 | 64 | 147 | 40 | 44 |
| Binary | 1010000 | 1111010 | 111111 | 100010 | 0 | 110000 | 110100 | 1100111 | 100000 | 100100 |
Color Harmonies of #507A3F
Complementary color
Monochromatic Colors of #507A3F
Black with #507A3F
Text Example
Text Example
White with #507A3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #507A3F; }
p { color: rgb(80,122,63); }
H1.HeaderClassName
{
color: #507A3F;
}
.AnyTagClassName
{
color: #507A3F;
}
</style>
background-color css
<style>
a { background-color: #507A3F; }
a { background-color: rgb(80,122,63); }
div.DivClassName
{
background-color: #507A3F;
}
.BgClassName
{
background-color: #507A3F;
}
</style>
border-color css
<style>
span { border-color: #507A3F; }
span { border-color: rgb(80,122,63); }
td.TdClassName
{
border-color: #507A3F;
}
.TagClassName
{
border-color: #507A3F;
}
</style>