Shades of Fern Green #52883E
Tints of Fern Green #52883E
RGB
CMYK
RGB Variations
Color information
#52883E (or 0x52883E) is known color: Fern Green. HEX triplet: 52, 88 and 3E. RGB value is (82,136,62). Sum of RGB (Red+Green+Blue) = 82+136+62=280 (37% of max value = 765). Red value is 82 (32.42% from 255 or 29.29% from 280); Green value is 136 (53.52% from 255 or 48.57% from 280); Blue value is 62 (24.61% from 255 or 22.14% from 280); Max value from RGB is 136 - color contains mainly: green. Hex color #52883E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #52883E is #AD77C1. Grayscale: #6F6F6F. Windows color (decimal): -11368386 or 4098130. OLE color: 4098130.
HSL color Cylindrical-coordinate representation of color #52883E: hue angle of 103.78º degrees, saturation: 0.37, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #52883E is Cyan = 0.40, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 82 | 136 | 62 | - |
| CMYK | 0.40 | 0 | 0.54 | 0.47 |
| HSL | 103.78º | 0.37% | 0.39% | - |
| HSV(B) | 103.78º | 0.54% | 0.53% | - |
| XYZ | 13.15 | 19.75 | 7.68 | - |
| YUV | 111.42 | 100.11 | 107.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 136 | 62 | 0.40 | 0 | 0.54 | 0.47 | 103.78 | 0.37 | 0.39 |
| Hex | 52 | 88 | 3E | 28 | 0 | 36 | 2F | 68 | 25 | 27 |
| Octal | 122 | 210 | 76 | 50 | 0 | 66 | 57 | 150 | 45 | 47 |
| Binary | 1010010 | 10001000 | 111110 | 101000 | 0 | 110110 | 101111 | 1101000 | 100101 | 100111 |
Color Harmonies of #52883E
Complementary color
Monochromatic Colors of #52883E
Black with #52883E
Text Example
Text Example
White with #52883E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52883E; }
p { color: rgb(82,136,62); }
H1.HeaderClassName
{
color: #52883E;
}
.AnyTagClassName
{
color: #52883E;
}
</style>
background-color css
<style>
a { background-color: #52883E; }
a { background-color: rgb(82,136,62); }
div.DivClassName
{
background-color: #52883E;
}
.BgClassName
{
background-color: #52883E;
}
</style>
border-color css
<style>
span { border-color: #52883E; }
span { border-color: rgb(82,136,62); }
td.TdClassName
{
border-color: #52883E;
}
.TagClassName
{
border-color: #52883E;
}
</style>