Shades of Fern Green #528D41
Tints of Fern Green #528D41
RGB
CMYK
RGB Variations
Color information
#528D41 (or 0x528D41) is known color: Fern Green. HEX triplet: 52, 8D and 41. RGB value is (82,141,65). Sum of RGB (Red+Green+Blue) = 82+141+65=288 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.47% from 288); Green value is 141 (55.47% from 255 or 48.96% from 288); Blue value is 65 (25.78% from 255 or 22.57% from 288); Max value from RGB is 141 - color contains mainly: green. Hex color #528D41 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #528D41 is #AD72BE. Grayscale: #727272. Windows color (decimal): -11367103 or 4296018. OLE color: 4296018.
HSL color Cylindrical-coordinate representation of color #528D41: hue angle of 106.58º degrees, saturation: 0.37, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #528D41 is Cyan = 0.42, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 82 | 141 | 65 | - |
| CMYK | 0.42 | 0 | 0.54 | 0.45 |
| HSL | 106.58º | 0.37% | 0.4% | - |
| HSV(B) | 106.58º | 0.54% | 0.55% | - |
| XYZ | 13.96 | 21.23 | 8.36 | - |
| YUV | 114.7 | 99.95 | 104.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 141 | 65 | 0.42 | 0 | 0.54 | 0.45 | 106.58 | 0.37 | 0.4 |
| Hex | 52 | 8D | 41 | 2A | 0 | 36 | 2D | 6B | 25 | 28 |
| Octal | 122 | 215 | 101 | 52 | 0 | 66 | 55 | 153 | 45 | 50 |
| Binary | 1010010 | 10001101 | 1000001 | 101010 | 0 | 110110 | 101101 | 1101011 | 100101 | 101000 |
Color Harmonies of #528D41
Complementary color
Monochromatic Colors of #528D41
Black with #528D41
Text Example
Text Example
White with #528D41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #528D41; }
p { color: rgb(82,141,65); }
H1.HeaderClassName
{
color: #528D41;
}
.AnyTagClassName
{
color: #528D41;
}
</style>
background-color css
<style>
a { background-color: #528D41; }
a { background-color: rgb(82,141,65); }
div.DivClassName
{
background-color: #528D41;
}
.BgClassName
{
background-color: #528D41;
}
</style>
border-color css
<style>
span { border-color: #528D41; }
span { border-color: rgb(82,141,65); }
td.TdClassName
{
border-color: #528D41;
}
.TagClassName
{
border-color: #528D41;
}
</style>