Shades of Fern Green #527839
Tints of Fern Green #527839
RGB
CMYK
RGB Variations
Color information
#527839 (or 0x527839) is known color: Fern Green. HEX triplet: 52, 78 and 39. RGB value is (82,120,57). Sum of RGB (Red+Green+Blue) = 82+120+57=259 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.66% from 259); Green value is 120 (47.27% from 255 or 46.33% from 259); Blue value is 57 (22.66% from 255 or 22.01% from 259); Max value from RGB is 120 - color contains mainly: green. Hex color #527839 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #527839 is #AD87C6. Grayscale: #656565. Windows color (decimal): -11372487 or 3766354. OLE color: 3766354.
HSL color Cylindrical-coordinate representation of color #527839: hue angle of 96.19º degrees, saturation: 0.36, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #527839 is Cyan = 0.32, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 82 | 120 | 57 | - |
| CMYK | 0.32 | 0 | 0.52 | 0.53 |
| HSL | 96.19º | 0.36% | 0.35% | - |
| HSV(B) | 96.19º | 0.53% | 0.47% | - |
| XYZ | 10.93 | 15.52 | 6.29 | - |
| YUV | 101.46 | 102.91 | 114.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 120 | 57 | 0.32 | 0 | 0.52 | 0.53 | 96.19 | 0.36 | 0.35 |
| Hex | 52 | 78 | 39 | 20 | 0 | 34 | 35 | 60 | 24 | 23 |
| Octal | 122 | 170 | 71 | 40 | 0 | 64 | 65 | 140 | 44 | 43 |
| Binary | 1010010 | 1111000 | 111001 | 100000 | 0 | 110100 | 110101 | 1100000 | 100100 | 100011 |
Color Harmonies of #527839
Complementary color
Monochromatic Colors of #527839
Black with #527839
Text Example
Text Example
White with #527839
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #527839; }
p { color: rgb(82,120,57); }
H1.HeaderClassName
{
color: #527839;
}
.AnyTagClassName
{
color: #527839;
}
</style>
background-color css
<style>
a { background-color: #527839; }
a { background-color: rgb(82,120,57); }
div.DivClassName
{
background-color: #527839;
}
.BgClassName
{
background-color: #527839;
}
</style>
border-color css
<style>
span { border-color: #527839; }
span { border-color: rgb(82,120,57); }
td.TdClassName
{
border-color: #527839;
}
.TagClassName
{
border-color: #527839;
}
</style>