Shades of Fern Green #508B3C
Tints of Fern Green #508B3C
RGB
CMYK
RGB Variations
Color information
#508B3C (or 0x508B3C) is known color: Fern Green. HEX triplet: 50, 8B and 3C. RGB value is (80,139,60). Sum of RGB (Red+Green+Blue) = 80+139+60=279 (36% of max value = 765). Red value is 80 (31.64% from 255 or 28.67% from 279); Green value is 139 (54.69% from 255 or 49.82% from 279); Blue value is 60 (23.83% from 255 or 21.51% from 279); Max value from RGB is 139 - color contains mainly: green. Hex color #508B3C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #508B3C is #AF74C3. Grayscale: #707070. Windows color (decimal): -11498692 or 3967824. OLE color: 3967824.
HSL color Cylindrical-coordinate representation of color #508B3C: hue angle of 104.81º degrees, saturation: 0.4, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #508B3C is Cyan = 0.42, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 80 | 139 | 60 | - |
| CMYK | 0.42 | 0 | 0.57 | 0.45 |
| HSL | 104.81º | 0.4% | 0.39% | - |
| HSV(B) | 104.81º | 0.57% | 0.55% | - |
| XYZ | 13.36 | 20.5 | 7.53 | - |
| YUV | 112.35 | 98.45 | 104.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 139 | 60 | 0.42 | 0 | 0.57 | 0.45 | 104.81 | 0.4 | 0.39 |
| Hex | 50 | 8B | 3C | 2A | 0 | 39 | 2D | 69 | 28 | 27 |
| Octal | 120 | 213 | 74 | 52 | 0 | 71 | 55 | 151 | 50 | 47 |
| Binary | 1010000 | 10001011 | 111100 | 101010 | 0 | 111001 | 101101 | 1101001 | 101000 | 100111 |
Color Harmonies of #508B3C
Complementary color
Monochromatic Colors of #508B3C
Black with #508B3C
Text Example
Text Example
White with #508B3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #508B3C; }
p { color: rgb(80,139,60); }
H1.HeaderClassName
{
color: #508B3C;
}
.AnyTagClassName
{
color: #508B3C;
}
</style>
background-color css
<style>
a { background-color: #508B3C; }
a { background-color: rgb(80,139,60); }
div.DivClassName
{
background-color: #508B3C;
}
.BgClassName
{
background-color: #508B3C;
}
</style>
border-color css
<style>
span { border-color: #508B3C; }
span { border-color: rgb(80,139,60); }
td.TdClassName
{
border-color: #508B3C;
}
.TagClassName
{
border-color: #508B3C;
}
</style>