Shades of Fern Green #52784E
Tints of Fern Green #52784E
RGB
CMYK
RGB Variations
Color information
#52784E (or 0x52784E) is known color: Fern Green. HEX triplet: 52, 78 and 4E. RGB value is (82,120,78). Sum of RGB (Red+Green+Blue) = 82+120+78=280 (37% of max value = 765). Red value is 82 (32.42% from 255 or 29.29% from 280); Green value is 120 (47.27% from 255 or 42.86% from 280); Blue value is 78 (30.86% from 255 or 27.86% from 280); Max value from RGB is 120 - color contains mainly: green. Hex color #52784E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52784E is #AD87B1. Grayscale: #676767. Windows color (decimal): -11372466 or 5142610. OLE color: 5142610.
HSL color Cylindrical-coordinate representation of color #52784E: hue angle of 114.29º degrees, saturation: 0.21, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #52784E is Cyan = 0.32, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 82 | 120 | 78 | - |
| CMYK | 0.32 | 0 | 0.35 | 0.53 |
| HSL | 114.29º | 0.21% | 0.39% | - |
| HSV(B) | 114.29º | 0.35% | 0.47% | - |
| XYZ | 11.57 | 15.78 | 9.64 | - |
| YUV | 103.85 | 113.41 | 112.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 120 | 78 | 0.32 | 0 | 0.35 | 0.53 | 114.29 | 0.21 | 0.39 |
| Hex | 52 | 78 | 4E | 20 | 0 | 23 | 35 | 72 | 15 | 27 |
| Octal | 122 | 170 | 116 | 40 | 0 | 43 | 65 | 162 | 25 | 47 |
| Binary | 1010010 | 1111000 | 1001110 | 100000 | 0 | 100011 | 110101 | 1110010 | 10101 | 100111 |
Color Harmonies of #52784E
Complementary color
Monochromatic Colors of #52784E
Black with #52784E
Text Example
Text Example
White with #52784E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52784E; }
p { color: rgb(82,120,78); }
H1.HeaderClassName
{
color: #52784E;
}
.AnyTagClassName
{
color: #52784E;
}
</style>
background-color css
<style>
a { background-color: #52784E; }
a { background-color: rgb(82,120,78); }
div.DivClassName
{
background-color: #52784E;
}
.BgClassName
{
background-color: #52784E;
}
</style>
border-color css
<style>
span { border-color: #52784E; }
span { border-color: rgb(82,120,78); }
td.TdClassName
{
border-color: #52784E;
}
.TagClassName
{
border-color: #52784E;
}
</style>