Shades of Fern Green #527838
Tints of Fern Green #527838
RGB
CMYK
RGB Variations
Color information
#527838 (or 0x527838) is known color: Fern Green. HEX triplet: 52, 78 and 38. RGB value is (82,120,56). Sum of RGB (Red+Green+Blue) = 82+120+56=258 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.78% from 258); Green value is 120 (47.27% from 255 or 46.51% from 258); Blue value is 56 (22.27% from 255 or 21.71% from 258); Max value from RGB is 120 - color contains mainly: green. Hex color #527838 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #527838 is #AD87C7. Grayscale: #656565. Windows color (decimal): -11372488 or 3700818. OLE color: 3700818.
HSL color Cylindrical-coordinate representation of color #527838: hue angle of 95.62º degrees, saturation: 0.36, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #527838 is Cyan = 0.32, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 82 | 120 | 56 | - |
| CMYK | 0.32 | 0 | 0.53 | 0.53 |
| HSL | 95.63º | 0.36% | 0.35% | - |
| HSV(B) | 95.63º | 0.53% | 0.47% | - |
| XYZ | 10.91 | 15.51 | 6.16 | - |
| YUV | 101.34 | 102.41 | 114.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 120 | 56 | 0.32 | 0 | 0.53 | 0.53 | 95.63 | 0.36 | 0.35 |
| Hex | 52 | 78 | 38 | 20 | 0 | 35 | 35 | 60 | 24 | 23 |
| Octal | 122 | 170 | 70 | 40 | 0 | 65 | 65 | 140 | 44 | 43 |
| Binary | 1010010 | 1111000 | 111000 | 100000 | 0 | 110101 | 110101 | 1100000 | 100100 | 100011 |
Color Harmonies of #527838
Complementary color
Monochromatic Colors of #527838
Black with #527838
Text Example
Text Example
White with #527838
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #527838; }
p { color: rgb(82,120,56); }
H1.HeaderClassName
{
color: #527838;
}
.AnyTagClassName
{
color: #527838;
}
</style>
background-color css
<style>
a { background-color: #527838; }
a { background-color: rgb(82,120,56); }
div.DivClassName
{
background-color: #527838;
}
.BgClassName
{
background-color: #527838;
}
</style>
border-color css
<style>
span { border-color: #527838; }
span { border-color: rgb(82,120,56); }
td.TdClassName
{
border-color: #527838;
}
.TagClassName
{
border-color: #527838;
}
</style>