Shades of Fern Green #52863C
Tints of Fern Green #52863C
RGB
CMYK
RGB Variations
Color information
#52863C (or 0x52863C) is known color: Fern Green. HEX triplet: 52, 86 and 3C. RGB value is (82,134,60). Sum of RGB (Red+Green+Blue) = 82+134+60=276 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.71% from 276); Green value is 134 (52.73% from 255 or 48.55% from 276); Blue value is 60 (23.83% from 255 or 21.74% from 276); Max value from RGB is 134 - color contains mainly: green. Hex color #52863C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #52863C is #AD79C3. Grayscale: #6E6E6E. Windows color (decimal): -11368900 or 3966546. OLE color: 3966546.
HSL color Cylindrical-coordinate representation of color #52863C: hue angle of 102.16º degrees, saturation: 0.38, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #52863C is Cyan = 0.39, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 82 | 134 | 60 | - |
| CMYK | 0.39 | 0 | 0.55 | 0.47 |
| HSL | 102.16º | 0.38% | 0.38% | - |
| HSV(B) | 102.16º | 0.55% | 0.53% | - |
| XYZ | 12.82 | 19.17 | 7.3 | - |
| YUV | 110.02 | 99.77 | 108.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 134 | 60 | 0.39 | 0 | 0.55 | 0.47 | 102.16 | 0.38 | 0.38 |
| Hex | 52 | 86 | 3C | 27 | 0 | 37 | 2F | 66 | 26 | 26 |
| Octal | 122 | 206 | 74 | 47 | 0 | 67 | 57 | 146 | 46 | 46 |
| Binary | 1010010 | 10000110 | 111100 | 100111 | 0 | 110111 | 101111 | 1100110 | 100110 | 100110 |
Color Harmonies of #52863C
Complementary color
Monochromatic Colors of #52863C
Black with #52863C
Text Example
Text Example
White with #52863C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52863C; }
p { color: rgb(82,134,60); }
H1.HeaderClassName
{
color: #52863C;
}
.AnyTagClassName
{
color: #52863C;
}
</style>
background-color css
<style>
a { background-color: #52863C; }
a { background-color: rgb(82,134,60); }
div.DivClassName
{
background-color: #52863C;
}
.BgClassName
{
background-color: #52863C;
}
</style>
border-color css
<style>
span { border-color: #52863C; }
span { border-color: rgb(82,134,60); }
td.TdClassName
{
border-color: #52863C;
}
.TagClassName
{
border-color: #52863C;
}
</style>