Shades of Fern Green #528841
Tints of Fern Green #528841
RGB
CMYK
RGB Variations
Color information
#528841 (or 0x528841) is known color: Fern Green. HEX triplet: 52, 88 and 41. RGB value is (82,136,65). Sum of RGB (Red+Green+Blue) = 82+136+65=283 (37% of max value = 765). Red value is 82 (32.42% from 255 or 28.98% from 283); Green value is 136 (53.52% from 255 or 48.06% from 283); Blue value is 65 (25.78% from 255 or 22.97% from 283); Max value from RGB is 136 - color contains mainly: green. Hex color #528841 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #528841 is #AD77BE. Grayscale: #6F6F6F. Windows color (decimal): -11368383 or 4294738. OLE color: 4294738.
HSL color Cylindrical-coordinate representation of color #528841: hue angle of 105.63º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #528841 is Cyan = 0.40, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 82 | 136 | 65 | - |
| CMYK | 0.40 | 0 | 0.52 | 0.47 |
| HSL | 105.63º | 0.35% | 0.39% | - |
| HSV(B) | 105.63º | 0.52% | 0.53% | - |
| XYZ | 13.24 | 19.78 | 8.12 | - |
| YUV | 111.76 | 101.61 | 106.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 136 | 65 | 0.40 | 0 | 0.52 | 0.47 | 105.63 | 0.35 | 0.39 |
| Hex | 52 | 88 | 41 | 28 | 0 | 34 | 2F | 6A | 23 | 27 |
| Octal | 122 | 210 | 101 | 50 | 0 | 64 | 57 | 152 | 43 | 47 |
| Binary | 1010010 | 10001000 | 1000001 | 101000 | 0 | 110100 | 101111 | 1101010 | 100011 | 100111 |
Color Harmonies of #528841
Complementary color
Monochromatic Colors of #528841
Black with #528841
Text Example
Text Example
White with #528841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #528841; }
p { color: rgb(82,136,65); }
H1.HeaderClassName
{
color: #528841;
}
.AnyTagClassName
{
color: #528841;
}
</style>
background-color css
<style>
a { background-color: #528841; }
a { background-color: rgb(82,136,65); }
div.DivClassName
{
background-color: #528841;
}
.BgClassName
{
background-color: #528841;
}
</style>
border-color css
<style>
span { border-color: #528841; }
span { border-color: rgb(82,136,65); }
td.TdClassName
{
border-color: #528841;
}
.TagClassName
{
border-color: #528841;
}
</style>