Shades of Fern Green #528D48
Tints of Fern Green #528D48
RGB
CMYK
RGB Variations
Color information
#528D48 (or 0x528D48) is known color: Fern Green. HEX triplet: 52, 8D and 48. RGB value is (82,141,72). Sum of RGB (Red+Green+Blue) = 82+141+72=295 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.80% from 295); Green value is 141 (55.47% from 255 or 47.80% from 295); Blue value is 72 (28.52% from 255 or 24.41% from 295); Max value from RGB is 141 - color contains mainly: green. Hex color #528D48 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #528D48 is #AD72B7. Grayscale: #737373. Windows color (decimal): -11367096 or 4754770. OLE color: 4754770.
HSL color Cylindrical-coordinate representation of color #528D48: hue angle of 111.3º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #528D48 is Cyan = 0.42, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 82 | 141 | 72 | - |
| CMYK | 0.42 | 0 | 0.49 | 0.45 |
| HSL | 111.3º | 0.32% | 0.42% | - |
| HSV(B) | 111.3º | 0.49% | 0.55% | - |
| XYZ | 14.17 | 21.31 | 9.5 | - |
| YUV | 115.49 | 103.45 | 104.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 141 | 72 | 0.42 | 0 | 0.49 | 0.45 | 111.3 | 0.32 | 0.42 |
| Hex | 52 | 8D | 48 | 2A | 0 | 31 | 2D | 6F | 20 | 2A |
| Octal | 122 | 215 | 110 | 52 | 0 | 61 | 55 | 157 | 40 | 52 |
| Binary | 1010010 | 10001101 | 1001000 | 101010 | 0 | 110001 | 101101 | 1101111 | 100000 | 101010 |
Color Harmonies of #528D48
Complementary color
Monochromatic Colors of #528D48
Black with #528D48
Text Example
Text Example
White with #528D48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #528D48; }
p { color: rgb(82,141,72); }
H1.HeaderClassName
{
color: #528D48;
}
.AnyTagClassName
{
color: #528D48;
}
</style>
background-color css
<style>
a { background-color: #528D48; }
a { background-color: rgb(82,141,72); }
div.DivClassName
{
background-color: #528D48;
}
.BgClassName
{
background-color: #528D48;
}
</style>
border-color css
<style>
span { border-color: #528D48; }
span { border-color: rgb(82,141,72); }
td.TdClassName
{
border-color: #528D48;
}
.TagClassName
{
border-color: #528D48;
}
</style>