Shades of Fern Green #507A41
Tints of Fern Green #507A41
RGB
CMYK
RGB Variations
Color information
#507A41 (or 0x507A41) is known color: Fern Green. HEX triplet: 50, 7A and 41. RGB value is (80,122,65). Sum of RGB (Red+Green+Blue) = 80+122+65=267 (35% of max value = 765). Red value is 80 (31.64% from 255 or 29.96% from 267); Green value is 122 (48.05% from 255 or 45.69% from 267); Blue value is 65 (25.78% from 255 or 24.34% from 267); Max value from RGB is 122 - color contains mainly: green. Hex color #507A41 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #507A41 is #AF85BE. Grayscale: #676767. Windows color (decimal): -11503039 or 4291152. OLE color: 4291152.
HSL color Cylindrical-coordinate representation of color #507A41: hue angle of 104.21º degrees, saturation: 0.3, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #507A41 is Cyan = 0.34, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 80 | 122 | 65 | - |
| CMYK | 0.34 | 0 | 0.47 | 0.52 |
| HSL | 104.21º | 0.3% | 0.37% | - |
| HSV(B) | 104.21º | 0.47% | 0.48% | - |
| XYZ | 11.22 | 16.01 | 7.5 | - |
| YUV | 102.94 | 106.59 | 111.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 122 | 65 | 0.34 | 0 | 0.47 | 0.52 | 104.21 | 0.3 | 0.37 |
| Hex | 50 | 7A | 41 | 22 | 0 | 2F | 34 | 68 | 1E | 25 |
| Octal | 120 | 172 | 101 | 42 | 0 | 57 | 64 | 150 | 36 | 45 |
| Binary | 1010000 | 1111010 | 1000001 | 100010 | 0 | 101111 | 110100 | 1101000 | 11110 | 100101 |
Color Harmonies of #507A41
Complementary color
Monochromatic Colors of #507A41
Black with #507A41
Text Example
Text Example
White with #507A41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #507A41; }
p { color: rgb(80,122,65); }
H1.HeaderClassName
{
color: #507A41;
}
.AnyTagClassName
{
color: #507A41;
}
</style>
background-color css
<style>
a { background-color: #507A41; }
a { background-color: rgb(80,122,65); }
div.DivClassName
{
background-color: #507A41;
}
.BgClassName
{
background-color: #507A41;
}
</style>
border-color css
<style>
span { border-color: #507A41; }
span { border-color: rgb(80,122,65); }
td.TdClassName
{
border-color: #507A41;
}
.TagClassName
{
border-color: #507A41;
}
</style>