Shades of Fern Green #507442
Tints of Fern Green #507442
RGB
CMYK
RGB Variations
Color information
#507442 (or 0x507442) is known color: Fern Green. HEX triplet: 50, 74 and 42. RGB value is (80,116,66). Sum of RGB (Red+Green+Blue) = 80+116+66=262 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.53% from 262); Green value is 116 (45.70% from 255 or 44.27% from 262); Blue value is 66 (26.17% from 255 or 25.19% from 262); Max value from RGB is 116 - color contains mainly: green. Hex color #507442 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #507442 is #AF8BBD. Grayscale: #636363. Windows color (decimal): -11504574 or 4355152. OLE color: 4355152.
HSL color Cylindrical-coordinate representation of color #507442: hue angle of 103.2º degrees, saturation: 0.27, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #507442 is Cyan = 0.31, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 80 | 116 | 66 | - |
| CMYK | 0.31 | 0 | 0.43 | 0.55 |
| HSL | 103.2º | 0.27% | 0.36% | - |
| HSV(B) | 103.2º | 0.43% | 0.45% | - |
| XYZ | 10.54 | 14.59 | 7.41 | - |
| YUV | 99.54 | 109.07 | 114.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 116 | 66 | 0.31 | 0 | 0.43 | 0.55 | 103.2 | 0.27 | 0.36 |
| Hex | 50 | 74 | 42 | 1F | 0 | 2B | 37 | 67 | 1B | 24 |
| Octal | 120 | 164 | 102 | 37 | 0 | 53 | 67 | 147 | 33 | 44 |
| Binary | 1010000 | 1110100 | 1000010 | 11111 | 0 | 101011 | 110111 | 1100111 | 11011 | 100100 |
Color Harmonies of #507442
Complementary color
Monochromatic Colors of #507442
Black with #507442
Text Example
Text Example
White with #507442
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #507442; }
p { color: rgb(80,116,66); }
H1.HeaderClassName
{
color: #507442;
}
.AnyTagClassName
{
color: #507442;
}
</style>
background-color css
<style>
a { background-color: #507442; }
a { background-color: rgb(80,116,66); }
div.DivClassName
{
background-color: #507442;
}
.BgClassName
{
background-color: #507442;
}
</style>
border-color css
<style>
span { border-color: #507442; }
span { border-color: rgb(80,116,66); }
td.TdClassName
{
border-color: #507442;
}
.TagClassName
{
border-color: #507442;
}
</style>