Shades of Fern Green #52863D
Tints of Fern Green #52863D
RGB
CMYK
RGB Variations
Color information
#52863D (or 0x52863D) is known color: Fern Green. HEX triplet: 52, 86 and 3D. RGB value is (82,134,61). Sum of RGB (Red+Green+Blue) = 82+134+61=277 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.60% from 277); Green value is 134 (52.73% from 255 or 48.38% from 277); Blue value is 61 (24.22% from 255 or 22.02% from 277); Max value from RGB is 134 - color contains mainly: green. Hex color #52863D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #52863D is #AD79C2. Grayscale: #6E6E6E. Windows color (decimal): -11368899 or 4032082. OLE color: 4032082.
HSL color Cylindrical-coordinate representation of color #52863D: hue angle of 102.74º degrees, saturation: 0.37, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #52863D is Cyan = 0.39, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 82 | 134 | 61 | - |
| CMYK | 0.39 | 0 | 0.54 | 0.47 |
| HSL | 102.74º | 0.37% | 0.38% | - |
| HSV(B) | 102.74º | 0.54% | 0.53% | - |
| XYZ | 12.85 | 19.18 | 7.44 | - |
| YUV | 110.13 | 100.27 | 107.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 134 | 61 | 0.39 | 0 | 0.54 | 0.47 | 102.74 | 0.37 | 0.38 |
| Hex | 52 | 86 | 3D | 27 | 0 | 36 | 2F | 67 | 25 | 26 |
| Octal | 122 | 206 | 75 | 47 | 0 | 66 | 57 | 147 | 45 | 46 |
| Binary | 1010010 | 10000110 | 111101 | 100111 | 0 | 110110 | 101111 | 1100111 | 100101 | 100110 |
Color Harmonies of #52863D
Complementary color
Monochromatic Colors of #52863D
Black with #52863D
Text Example
Text Example
White with #52863D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52863D; }
p { color: rgb(82,134,61); }
H1.HeaderClassName
{
color: #52863D;
}
.AnyTagClassName
{
color: #52863D;
}
</style>
background-color css
<style>
a { background-color: #52863D; }
a { background-color: rgb(82,134,61); }
div.DivClassName
{
background-color: #52863D;
}
.BgClassName
{
background-color: #52863D;
}
</style>
border-color css
<style>
span { border-color: #52863D; }
span { border-color: rgb(82,134,61); }
td.TdClassName
{
border-color: #52863D;
}
.TagClassName
{
border-color: #52863D;
}
</style>