Shades of Fern Green #507243
Tints of Fern Green #507243
RGB
CMYK
RGB Variations
Color information
#507243 (or 0x507243) is known color: Fern Green. HEX triplet: 50, 72 and 43. RGB value is (80,114,67). Sum of RGB (Red+Green+Blue) = 80+114+67=261 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.65% from 261); Green value is 114 (44.92% from 255 or 43.68% from 261); Blue value is 67 (26.56% from 255 or 25.67% from 261); Max value from RGB is 114 - color contains mainly: green. Hex color #507243 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #507243 is #AF8DBC. Grayscale: #626262. Windows color (decimal): -11505085 or 4420176. OLE color: 4420176.
HSL color Cylindrical-coordinate representation of color #507243: hue angle of 103.4º degrees, saturation: 0.26, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #507243 is Cyan = 0.30, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 80 | 114 | 67 | - |
| CMYK | 0.30 | 0 | 0.41 | 0.55 |
| HSL | 103.4º | 0.26% | 0.35% | - |
| HSV(B) | 103.4º | 0.41% | 0.45% | - |
| XYZ | 10.34 | 14.15 | 7.5 | - |
| YUV | 98.48 | 110.24 | 114.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 114 | 67 | 0.30 | 0 | 0.41 | 0.55 | 103.4 | 0.26 | 0.35 |
| Hex | 50 | 72 | 43 | 1E | 0 | 29 | 37 | 67 | 1A | 23 |
| Octal | 120 | 162 | 103 | 36 | 0 | 51 | 67 | 147 | 32 | 43 |
| Binary | 1010000 | 1110010 | 1000011 | 11110 | 0 | 101001 | 110111 | 1100111 | 11010 | 100011 |
Color Harmonies of #507243
Complementary color
Monochromatic Colors of #507243
Black with #507243
Text Example
Text Example
White with #507243
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #507243; }
p { color: rgb(80,114,67); }
H1.HeaderClassName
{
color: #507243;
}
.AnyTagClassName
{
color: #507243;
}
</style>
background-color css
<style>
a { background-color: #507243; }
a { background-color: rgb(80,114,67); }
div.DivClassName
{
background-color: #507243;
}
.BgClassName
{
background-color: #507243;
}
</style>
border-color css
<style>
span { border-color: #507243; }
span { border-color: rgb(80,114,67); }
td.TdClassName
{
border-color: #507243;
}
.TagClassName
{
border-color: #507243;
}
</style>