Shades of Fern Green #528C47
Tints of Fern Green #528C47
RGB
CMYK
RGB Variations
Color information
#528C47 (or 0x528C47) is known color: Fern Green. HEX triplet: 52, 8C and 47. RGB value is (82,140,71). Sum of RGB (Red+Green+Blue) = 82+140+71=293 (38% of max value = 765). Red value is 82 (32.42% from 255 or 27.99% from 293); Green value is 140 (55.08% from 255 or 47.78% from 293); Blue value is 71 (28.12% from 255 or 24.23% from 293); Max value from RGB is 140 - color contains mainly: green. Hex color #528C47 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #528C47 is #AD73B8. Grayscale: #737373. Windows color (decimal): -11367353 or 4688978. OLE color: 4688978.
HSL color Cylindrical-coordinate representation of color #528C47: hue angle of 110.43º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #528C47 is Cyan = 0.41, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 82 | 140 | 71 | - |
| CMYK | 0.41 | 0 | 0.49 | 0.45 |
| HSL | 110.43º | 0.33% | 0.41% | - |
| HSV(B) | 110.43º | 0.49% | 0.55% | - |
| XYZ | 14 | 21 | 9.28 | - |
| YUV | 114.79 | 103.28 | 104.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 140 | 71 | 0.41 | 0 | 0.49 | 0.45 | 110.43 | 0.33 | 0.41 |
| Hex | 52 | 8C | 47 | 29 | 0 | 31 | 2D | 6E | 21 | 29 |
| Octal | 122 | 214 | 107 | 51 | 0 | 61 | 55 | 156 | 41 | 51 |
| Binary | 1010010 | 10001100 | 1000111 | 101001 | 0 | 110001 | 101101 | 1101110 | 100001 | 101001 |
Color Harmonies of #528C47
Complementary color
Monochromatic Colors of #528C47
Black with #528C47
Text Example
Text Example
White with #528C47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #528C47; }
p { color: rgb(82,140,71); }
H1.HeaderClassName
{
color: #528C47;
}
.AnyTagClassName
{
color: #528C47;
}
</style>
background-color css
<style>
a { background-color: #528C47; }
a { background-color: rgb(82,140,71); }
div.DivClassName
{
background-color: #528C47;
}
.BgClassName
{
background-color: #528C47;
}
</style>
border-color css
<style>
span { border-color: #528C47; }
span { border-color: rgb(82,140,71); }
td.TdClassName
{
border-color: #528C47;
}
.TagClassName
{
border-color: #528C47;
}
</style>