Shades of Fern Green #52883D
Tints of Fern Green #52883D
RGB
CMYK
RGB Variations
Color information
#52883D (or 0x52883D) is known color: Fern Green. HEX triplet: 52, 88 and 3D. RGB value is (82,136,61). Sum of RGB (Red+Green+Blue) = 82+136+61=279 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.39% from 279); Green value is 136 (53.52% from 255 or 48.75% from 279); Blue value is 61 (24.22% from 255 or 21.86% from 279); Max value from RGB is 136 - color contains mainly: green. Hex color #52883D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #52883D is #AD77C2. Grayscale: #6F6F6F. Windows color (decimal): -11368387 or 4032594. OLE color: 4032594.
HSL color Cylindrical-coordinate representation of color #52883D: hue angle of 103.2º degrees, saturation: 0.38, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #52883D is Cyan = 0.40, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 82 | 136 | 61 | - |
| CMYK | 0.40 | 0 | 0.55 | 0.47 |
| HSL | 103.2º | 0.38% | 0.39% | - |
| HSV(B) | 103.2º | 0.55% | 0.53% | - |
| XYZ | 13.13 | 19.74 | 7.53 | - |
| YUV | 111.3 | 99.61 | 107.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 136 | 61 | 0.40 | 0 | 0.55 | 0.47 | 103.2 | 0.38 | 0.39 |
| Hex | 52 | 88 | 3D | 28 | 0 | 37 | 2F | 67 | 26 | 27 |
| Octal | 122 | 210 | 75 | 50 | 0 | 67 | 57 | 147 | 46 | 47 |
| Binary | 1010010 | 10001000 | 111101 | 101000 | 0 | 110111 | 101111 | 1100111 | 100110 | 100111 |
Color Harmonies of #52883D
Complementary color
Monochromatic Colors of #52883D
Black with #52883D
Text Example
Text Example
White with #52883D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52883D; }
p { color: rgb(82,136,61); }
H1.HeaderClassName
{
color: #52883D;
}
.AnyTagClassName
{
color: #52883D;
}
</style>
background-color css
<style>
a { background-color: #52883D; }
a { background-color: rgb(82,136,61); }
div.DivClassName
{
background-color: #52883D;
}
.BgClassName
{
background-color: #52883D;
}
</style>
border-color css
<style>
span { border-color: #52883D; }
span { border-color: rgb(82,136,61); }
td.TdClassName
{
border-color: #52883D;
}
.TagClassName
{
border-color: #52883D;
}
</style>