Shades of Fern Green #528541
Tints of Fern Green #528541
RGB
CMYK
RGB Variations
Color information
#528541 (or 0x528541) is known color: Fern Green. HEX triplet: 52, 85 and 41. RGB value is (82,133,65). Sum of RGB (Red+Green+Blue) = 82+133+65=280 (37% of max value = 765). Red value is 82 (32.42% from 255 or 29.29% from 280); Green value is 133 (52.34% from 255 or 47.5% from 280); Blue value is 65 (25.78% from 255 or 23.21% from 280); Max value from RGB is 133 - color contains mainly: green. Hex color #528541 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #528541 is #AD7ABE. Grayscale: #6E6E6E. Windows color (decimal): -11369151 or 4293970. OLE color: 4293970.
HSL color Cylindrical-coordinate representation of color #528541: hue angle of 105º degrees, saturation: 0.34, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #528541 is Cyan = 0.38, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 82 | 133 | 65 | - |
| CMYK | 0.38 | 0 | 0.51 | 0.48 |
| HSL | 105º | 0.34% | 0.39% | - |
| HSV(B) | 105º | 0.51% | 0.52% | - |
| XYZ | 12.82 | 18.95 | 7.98 | - |
| YUV | 110 | 102.6 | 108.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 133 | 65 | 0.38 | 0 | 0.51 | 0.48 | 105 | 0.34 | 0.39 |
| Hex | 52 | 85 | 41 | 26 | 0 | 33 | 30 | 69 | 22 | 27 |
| Octal | 122 | 205 | 101 | 46 | 0 | 63 | 60 | 151 | 42 | 47 |
| Binary | 1010010 | 10000101 | 1000001 | 100110 | 0 | 110011 | 110000 | 1101001 | 100010 | 100111 |
Color Harmonies of #528541
Complementary color
Monochromatic Colors of #528541
Black with #528541
Text Example
Text Example
White with #528541
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #528541; }
p { color: rgb(82,133,65); }
H1.HeaderClassName
{
color: #528541;
}
.AnyTagClassName
{
color: #528541;
}
</style>
background-color css
<style>
a { background-color: #528541; }
a { background-color: rgb(82,133,65); }
div.DivClassName
{
background-color: #528541;
}
.BgClassName
{
background-color: #528541;
}
</style>
border-color css
<style>
span { border-color: #528541; }
span { border-color: rgb(82,133,65); }
td.TdClassName
{
border-color: #528541;
}
.TagClassName
{
border-color: #528541;
}
</style>