Shades of Fern Green #528049
Tints of Fern Green #528049
RGB
CMYK
RGB Variations
Color information
#528049 (or 0x528049) is known color: Fern Green. HEX triplet: 52, 80 and 49. RGB value is (82,128,73). Sum of RGB (Red+Green+Blue) = 82+128+73=283 (37% of max value = 765). Red value is 82 (32.42% from 255 or 28.98% from 283); Green value is 128 (50.39% from 255 or 45.23% from 283); Blue value is 73 (28.91% from 255 or 25.80% from 283); Max value from RGB is 128 - color contains mainly: green. Hex color #528049 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #528049 is #AD7FB6. Grayscale: #6C6C6C. Windows color (decimal): -11370423 or 4816978. OLE color: 4816978.
HSL color Cylindrical-coordinate representation of color #528049: hue angle of 110.18º degrees, saturation: 0.27, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #528049 is Cyan = 0.36, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 82 | 128 | 73 | - |
| CMYK | 0.36 | 0 | 0.43 | 0.50 |
| HSL | 110.18º | 0.27% | 0.39% | - |
| HSV(B) | 110.18º | 0.43% | 0.5% | - |
| XYZ | 12.4 | 17.71 | 9.07 | - |
| YUV | 107.98 | 108.26 | 109.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 128 | 73 | 0.36 | 0 | 0.43 | 0.50 | 110.18 | 0.27 | 0.39 |
| Hex | 52 | 80 | 49 | 24 | 0 | 2B | 32 | 6E | 1B | 27 |
| Octal | 122 | 200 | 111 | 44 | 0 | 53 | 62 | 156 | 33 | 47 |
| Binary | 1010010 | 10000000 | 1001001 | 100100 | 0 | 101011 | 110010 | 1101110 | 11011 | 100111 |
Color Harmonies of #528049
Complementary color
Monochromatic Colors of #528049
Black with #528049
Text Example
Text Example
White with #528049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #528049; }
p { color: rgb(82,128,73); }
H1.HeaderClassName
{
color: #528049;
}
.AnyTagClassName
{
color: #528049;
}
</style>
background-color css
<style>
a { background-color: #528049; }
a { background-color: rgb(82,128,73); }
div.DivClassName
{
background-color: #528049;
}
.BgClassName
{
background-color: #528049;
}
</style>
border-color css
<style>
span { border-color: #528049; }
span { border-color: rgb(82,128,73); }
td.TdClassName
{
border-color: #528049;
}
.TagClassName
{
border-color: #528049;
}
</style>