Shades of Fern Green #528241
Tints of Fern Green #528241
RGB
CMYK
RGB Variations
Color information
#528241 (or 0x528241) is known color: Fern Green. HEX triplet: 52, 82 and 41. RGB value is (82,130,65). Sum of RGB (Red+Green+Blue) = 82+130+65=277 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.60% from 277); Green value is 130 (51.17% from 255 or 46.93% from 277); Blue value is 65 (25.78% from 255 or 23.47% from 277); Max value from RGB is 130 - color contains mainly: green. Hex color #528241 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #528241 is #AD7DBE. Grayscale: #6C6C6C. Windows color (decimal): -11369919 or 4293202. OLE color: 4293202.
HSL color Cylindrical-coordinate representation of color #528241: hue angle of 104.31º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #528241 is Cyan = 0.37, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 82 | 130 | 65 | - |
| CMYK | 0.37 | 0 | 0.50 | 0.49 |
| HSL | 104.31º | 0.33% | 0.38% | - |
| HSV(B) | 104.31º | 0.5% | 0.51% | - |
| XYZ | 12.42 | 18.14 | 7.85 | - |
| YUV | 108.24 | 103.6 | 109.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 130 | 65 | 0.37 | 0 | 0.50 | 0.49 | 104.31 | 0.33 | 0.38 |
| Hex | 52 | 82 | 41 | 25 | 0 | 32 | 31 | 68 | 21 | 26 |
| Octal | 122 | 202 | 101 | 45 | 0 | 62 | 61 | 150 | 41 | 46 |
| Binary | 1010010 | 10000010 | 1000001 | 100101 | 0 | 110010 | 110001 | 1101000 | 100001 | 100110 |
Color Harmonies of #528241
Complementary color
Monochromatic Colors of #528241
Black with #528241
Text Example
Text Example
White with #528241
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #528241; }
p { color: rgb(82,130,65); }
H1.HeaderClassName
{
color: #528241;
}
.AnyTagClassName
{
color: #528241;
}
</style>
background-color css
<style>
a { background-color: #528241; }
a { background-color: rgb(82,130,65); }
div.DivClassName
{
background-color: #528241;
}
.BgClassName
{
background-color: #528241;
}
</style>
border-color css
<style>
span { border-color: #528241; }
span { border-color: rgb(82,130,65); }
td.TdClassName
{
border-color: #528241;
}
.TagClassName
{
border-color: #528241;
}
</style>