Shades of Fern Green #508738
Tints of Fern Green #508738
RGB
CMYK
RGB Variations
Color information
#508738 (or 0x508738) is known color: Fern Green. HEX triplet: 50, 87 and 38. RGB value is (80,135,56). Sum of RGB (Red+Green+Blue) = 80+135+56=271 (35% of max value = 765). Red value is 80 (31.64% from 255 or 29.52% from 271); Green value is 135 (53.12% from 255 or 49.82% from 271); Blue value is 56 (22.27% from 255 or 20.66% from 271); Max value from RGB is 135 - color contains mainly: green. Hex color #508738 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #508738 is #AF78C7. Grayscale: #6D6D6D. Windows color (decimal): -11499720 or 3704656. OLE color: 3704656.
HSL color Cylindrical-coordinate representation of color #508738: hue angle of 101.77º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #508738 is Cyan = 0.41, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 80 | 135 | 56 | - |
| CMYK | 0.41 | 0 | 0.59 | 0.47 |
| HSL | 101.77º | 0.41% | 0.37% | - |
| HSV(B) | 101.77º | 0.59% | 0.53% | - |
| XYZ | 12.69 | 19.32 | 6.8 | - |
| YUV | 109.55 | 97.78 | 106.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 135 | 56 | 0.41 | 0 | 0.59 | 0.47 | 101.77 | 0.41 | 0.37 |
| Hex | 50 | 87 | 38 | 29 | 0 | 3B | 2F | 66 | 29 | 25 |
| Octal | 120 | 207 | 70 | 51 | 0 | 73 | 57 | 146 | 51 | 45 |
| Binary | 1010000 | 10000111 | 111000 | 101001 | 0 | 111011 | 101111 | 1100110 | 101001 | 100101 |
Color Harmonies of #508738
Complementary color
Monochromatic Colors of #508738
Black with #508738
Text Example
Text Example
White with #508738
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #508738; }
p { color: rgb(80,135,56); }
H1.HeaderClassName
{
color: #508738;
}
.AnyTagClassName
{
color: #508738;
}
</style>
background-color css
<style>
a { background-color: #508738; }
a { background-color: rgb(80,135,56); }
div.DivClassName
{
background-color: #508738;
}
.BgClassName
{
background-color: #508738;
}
</style>
border-color css
<style>
span { border-color: #508738; }
span { border-color: rgb(80,135,56); }
td.TdClassName
{
border-color: #508738;
}
.TagClassName
{
border-color: #508738;
}
</style>