Shades of Fern Green #528B44
Tints of Fern Green #528B44
RGB
CMYK
RGB Variations
Color information
#528B44 (or 0x528B44) is known color: Fern Green. HEX triplet: 52, 8B and 44. RGB value is (82,139,68). Sum of RGB (Red+Green+Blue) = 82+139+68=289 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.37% from 289); Green value is 139 (54.69% from 255 or 48.10% from 289); Blue value is 68 (26.95% from 255 or 23.53% from 289); Max value from RGB is 139 - color contains mainly: green. Hex color #528B44 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #528B44 is #AD74BB. Grayscale: #727272. Windows color (decimal): -11367612 or 4492114. OLE color: 4492114.
HSL color Cylindrical-coordinate representation of color #528B44: hue angle of 108.17º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #528B44 is Cyan = 0.41, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 82 | 139 | 68 | - |
| CMYK | 0.41 | 0 | 0.51 | 0.45 |
| HSL | 108.17º | 0.34% | 0.41% | - |
| HSV(B) | 108.17º | 0.51% | 0.55% | - |
| XYZ | 13.76 | 20.68 | 8.73 | - |
| YUV | 113.86 | 102.12 | 105.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 139 | 68 | 0.41 | 0 | 0.51 | 0.45 | 108.17 | 0.34 | 0.41 |
| Hex | 52 | 8B | 44 | 29 | 0 | 33 | 2D | 6C | 22 | 29 |
| Octal | 122 | 213 | 104 | 51 | 0 | 63 | 55 | 154 | 42 | 51 |
| Binary | 1010010 | 10001011 | 1000100 | 101001 | 0 | 110011 | 101101 | 1101100 | 100010 | 101001 |
Color Harmonies of #528B44
Complementary color
Monochromatic Colors of #528B44
Black with #528B44
Text Example
Text Example
White with #528B44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #528B44; }
p { color: rgb(82,139,68); }
H1.HeaderClassName
{
color: #528B44;
}
.AnyTagClassName
{
color: #528B44;
}
</style>
background-color css
<style>
a { background-color: #528B44; }
a { background-color: rgb(82,139,68); }
div.DivClassName
{
background-color: #528B44;
}
.BgClassName
{
background-color: #528B44;
}
</style>
border-color css
<style>
span { border-color: #528B44; }
span { border-color: rgb(82,139,68); }
td.TdClassName
{
border-color: #528B44;
}
.TagClassName
{
border-color: #528B44;
}
</style>