Shades of Fern Green #527841
Tints of Fern Green #527841
RGB
CMYK
RGB Variations
Color information
#527841 (or 0x527841) is known color: Fern Green. HEX triplet: 52, 78 and 41. RGB value is (82,120,65). Sum of RGB (Red+Green+Blue) = 82+120+65=267 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.71% from 267); Green value is 120 (47.27% from 255 or 44.94% from 267); Blue value is 65 (25.78% from 255 or 24.34% from 267); Max value from RGB is 120 - color contains mainly: green. Hex color #527841 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #527841 is #AD87BE. Grayscale: #666666. Windows color (decimal): -11372479 or 4290642. OLE color: 4290642.
HSL color Cylindrical-coordinate representation of color #527841: hue angle of 101.45º degrees, saturation: 0.3, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #527841 is Cyan = 0.32, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 82 | 120 | 65 | - |
| CMYK | 0.32 | 0 | 0.46 | 0.53 |
| HSL | 101.45º | 0.3% | 0.36% | - |
| HSV(B) | 101.45º | 0.46% | 0.47% | - |
| XYZ | 11.15 | 15.61 | 7.43 | - |
| YUV | 102.37 | 106.91 | 113.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 120 | 65 | 0.32 | 0 | 0.46 | 0.53 | 101.45 | 0.3 | 0.36 |
| Hex | 52 | 78 | 41 | 20 | 0 | 2E | 35 | 65 | 1E | 24 |
| Octal | 122 | 170 | 101 | 40 | 0 | 56 | 65 | 145 | 36 | 44 |
| Binary | 1010010 | 1111000 | 1000001 | 100000 | 0 | 101110 | 110101 | 1100101 | 11110 | 100100 |
Color Harmonies of #527841
Complementary color
Monochromatic Colors of #527841
Black with #527841
Text Example
Text Example
White with #527841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #527841; }
p { color: rgb(82,120,65); }
H1.HeaderClassName
{
color: #527841;
}
.AnyTagClassName
{
color: #527841;
}
</style>
background-color css
<style>
a { background-color: #527841; }
a { background-color: rgb(82,120,65); }
div.DivClassName
{
background-color: #527841;
}
.BgClassName
{
background-color: #527841;
}
</style>
border-color css
<style>
span { border-color: #527841; }
span { border-color: rgb(82,120,65); }
td.TdClassName
{
border-color: #527841;
}
.TagClassName
{
border-color: #527841;
}
</style>