Shades of Fern Green #52883B
Tints of Fern Green #52883B
RGB
CMYK
RGB Variations
Color information
#52883B (or 0x52883B) is known color: Fern Green. HEX triplet: 52, 88 and 3B. RGB value is (82,136,59). Sum of RGB (Red+Green+Blue) = 82+136+59=277 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.60% from 277); Green value is 136 (53.52% from 255 or 49.10% from 277); Blue value is 59 (23.44% from 255 or 21.30% from 277); Max value from RGB is 136 - color contains mainly: green. Hex color #52883B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #52883B is #AD77C4. Grayscale: #6F6F6F. Windows color (decimal): -11368389 or 3901522. OLE color: 3901522.
HSL color Cylindrical-coordinate representation of color #52883B: hue angle of 102.08º degrees, saturation: 0.39, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #52883B is Cyan = 0.40, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 82 | 136 | 59 | - |
| CMYK | 0.40 | 0 | 0.57 | 0.47 |
| HSL | 102.08º | 0.39% | 0.38% | - |
| HSV(B) | 102.08º | 0.57% | 0.53% | - |
| XYZ | 13.07 | 19.72 | 7.25 | - |
| YUV | 111.08 | 98.61 | 107.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 136 | 59 | 0.40 | 0 | 0.57 | 0.47 | 102.08 | 0.39 | 0.38 |
| Hex | 52 | 88 | 3B | 28 | 0 | 39 | 2F | 66 | 27 | 26 |
| Octal | 122 | 210 | 73 | 50 | 0 | 71 | 57 | 146 | 47 | 46 |
| Binary | 1010010 | 10001000 | 111011 | 101000 | 0 | 111001 | 101111 | 1100110 | 100111 | 100110 |
Color Harmonies of #52883B
Complementary color
Monochromatic Colors of #52883B
Black with #52883B
Text Example
Text Example
White with #52883B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52883B; }
p { color: rgb(82,136,59); }
H1.HeaderClassName
{
color: #52883B;
}
.AnyTagClassName
{
color: #52883B;
}
</style>
background-color css
<style>
a { background-color: #52883B; }
a { background-color: rgb(82,136,59); }
div.DivClassName
{
background-color: #52883B;
}
.BgClassName
{
background-color: #52883B;
}
</style>
border-color css
<style>
span { border-color: #52883B; }
span { border-color: rgb(82,136,59); }
td.TdClassName
{
border-color: #52883B;
}
.TagClassName
{
border-color: #52883B;
}
</style>