Shades of Fern Green #508A44
Tints of Fern Green #508A44
RGB
CMYK
RGB Variations
Color information
#508A44 (or 0x508A44) is known color: Fern Green. HEX triplet: 50, 8A and 44. RGB value is (80,138,68). Sum of RGB (Red+Green+Blue) = 80+138+68=286 (37% of max value = 765). Red value is 80 (31.64% from 255 or 27.97% from 286); Green value is 138 (54.30% from 255 or 48.25% from 286); Blue value is 68 (26.95% from 255 or 23.78% from 286); Max value from RGB is 138 - color contains mainly: green. Hex color #508A44 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #508A44 is #AF75BB. Grayscale: #707070. Windows color (decimal): -11498940 or 4491856. OLE color: 4491856.
HSL color Cylindrical-coordinate representation of color #508A44: hue angle of 109.71º degrees, saturation: 0.34, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #508A44 is Cyan = 0.42, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 80 | 138 | 68 | - |
| CMYK | 0.42 | 0 | 0.51 | 0.46 |
| HSL | 109.71º | 0.34% | 0.4% | - |
| HSV(B) | 109.71º | 0.51% | 0.54% | - |
| XYZ | 13.44 | 20.3 | 8.68 | - |
| YUV | 112.68 | 102.78 | 104.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 138 | 68 | 0.42 | 0 | 0.51 | 0.46 | 109.71 | 0.34 | 0.4 |
| Hex | 50 | 8A | 44 | 2A | 0 | 33 | 2E | 6E | 22 | 28 |
| Octal | 120 | 212 | 104 | 52 | 0 | 63 | 56 | 156 | 42 | 50 |
| Binary | 1010000 | 10001010 | 1000100 | 101010 | 0 | 110011 | 101110 | 1101110 | 100010 | 101000 |
Color Harmonies of #508A44
Complementary color
Monochromatic Colors of #508A44
Black with #508A44
Text Example
Text Example
White with #508A44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #508A44; }
p { color: rgb(80,138,68); }
H1.HeaderClassName
{
color: #508A44;
}
.AnyTagClassName
{
color: #508A44;
}
</style>
background-color css
<style>
a { background-color: #508A44; }
a { background-color: rgb(80,138,68); }
div.DivClassName
{
background-color: #508A44;
}
.BgClassName
{
background-color: #508A44;
}
</style>
border-color css
<style>
span { border-color: #508A44; }
span { border-color: rgb(80,138,68); }
td.TdClassName
{
border-color: #508A44;
}
.TagClassName
{
border-color: #508A44;
}
</style>