Shades of Fern Green #528944
Tints of Fern Green #528944
RGB
CMYK
RGB Variations
Color information
#528944 (or 0x528944) is known color: Fern Green. HEX triplet: 52, 89 and 44. RGB value is (82,137,68). Sum of RGB (Red+Green+Blue) = 82+137+68=287 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.57% from 287); Green value is 137 (53.91% from 255 or 47.74% from 287); Blue value is 68 (26.95% from 255 or 23.69% from 287); Max value from RGB is 137 - color contains mainly: green. Hex color #528944 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #528944 is #AD76BB. Grayscale: #707070. Windows color (decimal): -11368124 or 4491602. OLE color: 4491602.
HSL color Cylindrical-coordinate representation of color #528944: hue angle of 107.83º degrees, saturation: 0.34, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #528944 is Cyan = 0.40, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 82 | 137 | 68 | - |
| CMYK | 0.40 | 0 | 0.50 | 0.46 |
| HSL | 107.83º | 0.34% | 0.4% | - |
| HSV(B) | 107.83º | 0.5% | 0.54% | - |
| XYZ | 13.47 | 20.1 | 8.64 | - |
| YUV | 112.69 | 102.78 | 106.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 137 | 68 | 0.40 | 0 | 0.50 | 0.46 | 107.83 | 0.34 | 0.4 |
| Hex | 52 | 89 | 44 | 28 | 0 | 32 | 2E | 6C | 22 | 28 |
| Octal | 122 | 211 | 104 | 50 | 0 | 62 | 56 | 154 | 42 | 50 |
| Binary | 1010010 | 10001001 | 1000100 | 101000 | 0 | 110010 | 101110 | 1101100 | 100010 | 101000 |
Color Harmonies of #528944
Complementary color
Monochromatic Colors of #528944
Black with #528944
Text Example
Text Example
White with #528944
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #528944; }
p { color: rgb(82,137,68); }
H1.HeaderClassName
{
color: #528944;
}
.AnyTagClassName
{
color: #528944;
}
</style>
background-color css
<style>
a { background-color: #528944; }
a { background-color: rgb(82,137,68); }
div.DivClassName
{
background-color: #528944;
}
.BgClassName
{
background-color: #528944;
}
</style>
border-color css
<style>
span { border-color: #528944; }
span { border-color: rgb(82,137,68); }
td.TdClassName
{
border-color: #528944;
}
.TagClassName
{
border-color: #528944;
}
</style>