Shades of Fern Green #507C34
Tints of Fern Green #507C34
RGB
CMYK
RGB Variations
Color information
#507C34 (or 0x507C34) is known color: Fern Green. HEX triplet: 50, 7C and 34. RGB value is (80,124,52). Sum of RGB (Red+Green+Blue) = 80+124+52=256 (33% of max value = 765). Red value is 80 (31.64% from 255 or 31.25% from 256); Green value is 124 (48.83% from 255 or 48.44% from 256); Blue value is 52 (20.70% from 255 or 20.31% from 256); Max value from RGB is 124 - color contains mainly: green. Hex color #507C34 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #507C34 is #AF83CB. Grayscale: #666666. Windows color (decimal): -11502540 or 3439696. OLE color: 3439696.
HSL color Cylindrical-coordinate representation of color #507C34: hue angle of 96.67º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #507C34 is Cyan = 0.35, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 80 | 124 | 52 | - |
| CMYK | 0.35 | 0 | 0.58 | 0.51 |
| HSL | 96.67º | 0.41% | 0.35% | - |
| HSV(B) | 96.67º | 0.58% | 0.49% | - |
| XYZ | 11.14 | 16.37 | 5.82 | - |
| YUV | 102.64 | 99.42 | 111.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 124 | 52 | 0.35 | 0 | 0.58 | 0.51 | 96.67 | 0.41 | 0.35 |
| Hex | 50 | 7C | 34 | 23 | 0 | 3A | 33 | 61 | 29 | 23 |
| Octal | 120 | 174 | 64 | 43 | 0 | 72 | 63 | 141 | 51 | 43 |
| Binary | 1010000 | 1111100 | 110100 | 100011 | 0 | 111010 | 110011 | 1100001 | 101001 | 100011 |
Color Harmonies of #507C34
Complementary color
Monochromatic Colors of #507C34
Black with #507C34
Text Example
Text Example
White with #507C34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #507C34; }
p { color: rgb(80,124,52); }
H1.HeaderClassName
{
color: #507C34;
}
.AnyTagClassName
{
color: #507C34;
}
</style>
background-color css
<style>
a { background-color: #507C34; }
a { background-color: rgb(80,124,52); }
div.DivClassName
{
background-color: #507C34;
}
.BgClassName
{
background-color: #507C34;
}
</style>
border-color css
<style>
span { border-color: #507C34; }
span { border-color: rgb(80,124,52); }
td.TdClassName
{
border-color: #507C34;
}
.TagClassName
{
border-color: #507C34;
}
</style>