Shades of Fern Green #528649
Tints of Fern Green #528649
RGB
CMYK
RGB Variations
Color information
#528649 (or 0x528649) is known color: Fern Green. HEX triplet: 52, 86 and 49. RGB value is (82,134,73). Sum of RGB (Red+Green+Blue) = 82+134+73=289 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.37% from 289); Green value is 134 (52.73% from 255 or 46.37% from 289); Blue value is 73 (28.91% from 255 or 25.26% from 289); Max value from RGB is 134 - color contains mainly: green. Hex color #528649 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #528649 is #AD79B6. Grayscale: #6F6F6F. Windows color (decimal): -11368887 or 4818514. OLE color: 4818514.
HSL color Cylindrical-coordinate representation of color #528649: hue angle of 111.15º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #528649 is Cyan = 0.39, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 82 | 134 | 73 | - |
| CMYK | 0.39 | 0 | 0.46 | 0.47 |
| HSL | 111.15º | 0.29% | 0.41% | - |
| HSV(B) | 111.15º | 0.46% | 0.53% | - |
| XYZ | 13.21 | 19.33 | 9.34 | - |
| YUV | 111.5 | 106.27 | 106.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 134 | 73 | 0.39 | 0 | 0.46 | 0.47 | 111.15 | 0.29 | 0.41 |
| Hex | 52 | 86 | 49 | 27 | 0 | 2E | 2F | 6F | 1D | 29 |
| Octal | 122 | 206 | 111 | 47 | 0 | 56 | 57 | 157 | 35 | 51 |
| Binary | 1010010 | 10000110 | 1001001 | 100111 | 0 | 101110 | 101111 | 1101111 | 11101 | 101001 |
Color Harmonies of #528649
Complementary color
Monochromatic Colors of #528649
Black with #528649
Text Example
Text Example
White with #528649
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #528649; }
p { color: rgb(82,134,73); }
H1.HeaderClassName
{
color: #528649;
}
.AnyTagClassName
{
color: #528649;
}
</style>
background-color css
<style>
a { background-color: #528649; }
a { background-color: rgb(82,134,73); }
div.DivClassName
{
background-color: #528649;
}
.BgClassName
{
background-color: #528649;
}
</style>
border-color css
<style>
span { border-color: #528649; }
span { border-color: rgb(82,134,73); }
td.TdClassName
{
border-color: #528649;
}
.TagClassName
{
border-color: #528649;
}
</style>