Shades of Fern Green #508A3F
Tints of Fern Green #508A3F
RGB
CMYK
RGB Variations
Color information
#508A3F (or 0x508A3F) is known color: Fern Green. HEX triplet: 50, 8A and 3F. RGB value is (80,138,63). Sum of RGB (Red+Green+Blue) = 80+138+63=281 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.47% from 281); Green value is 138 (54.30% from 255 or 49.11% from 281); Blue value is 63 (25% from 255 or 22.42% from 281); Max value from RGB is 138 - color contains mainly: green. Hex color #508A3F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #508A3F is #AF75C0. Grayscale: #707070. Windows color (decimal): -11498945 or 4164176. OLE color: 4164176.
HSL color Cylindrical-coordinate representation of color #508A3F: hue angle of 106.4º degrees, saturation: 0.37, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #508A3F is Cyan = 0.42, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 80 | 138 | 63 | - |
| CMYK | 0.42 | 0 | 0.54 | 0.46 |
| HSL | 106.4º | 0.37% | 0.39% | - |
| HSV(B) | 106.4º | 0.54% | 0.54% | - |
| XYZ | 13.29 | 20.24 | 7.91 | - |
| YUV | 112.11 | 100.28 | 105.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 138 | 63 | 0.42 | 0 | 0.54 | 0.46 | 106.4 | 0.37 | 0.39 |
| Hex | 50 | 8A | 3F | 2A | 0 | 36 | 2E | 6A | 25 | 27 |
| Octal | 120 | 212 | 77 | 52 | 0 | 66 | 56 | 152 | 45 | 47 |
| Binary | 1010000 | 10001010 | 111111 | 101010 | 0 | 110110 | 101110 | 1101010 | 100101 | 100111 |
Color Harmonies of #508A3F
Complementary color
Monochromatic Colors of #508A3F
Black with #508A3F
Text Example
Text Example
White with #508A3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #508A3F; }
p { color: rgb(80,138,63); }
H1.HeaderClassName
{
color: #508A3F;
}
.AnyTagClassName
{
color: #508A3F;
}
</style>
background-color css
<style>
a { background-color: #508A3F; }
a { background-color: rgb(80,138,63); }
div.DivClassName
{
background-color: #508A3F;
}
.BgClassName
{
background-color: #508A3F;
}
</style>
border-color css
<style>
span { border-color: #508A3F; }
span { border-color: rgb(80,138,63); }
td.TdClassName
{
border-color: #508A3F;
}
.TagClassName
{
border-color: #508A3F;
}
</style>