Shades of Fern Green #527935
Tints of Fern Green #527935
RGB
CMYK
RGB Variations
Color information
#527935 (or 0x527935) is known color: Fern Green. HEX triplet: 52, 79 and 35. RGB value is (82,121,53). Sum of RGB (Red+Green+Blue) = 82+121+53=256 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.03% from 256); Green value is 121 (47.66% from 255 or 47.27% from 256); Blue value is 53 (21.09% from 255 or 20.70% from 256); Max value from RGB is 121 - color contains mainly: green. Hex color #527935 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #527935 is #AD86CA. Grayscale: #656565. Windows color (decimal): -11372235 or 3504466. OLE color: 3504466.
HSL color Cylindrical-coordinate representation of color #527935: hue angle of 94.41º degrees, saturation: 0.39, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #527935 is Cyan = 0.32, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 82 | 121 | 53 | - |
| CMYK | 0.32 | 0 | 0.56 | 0.53 |
| HSL | 94.41º | 0.39% | 0.34% | - |
| HSV(B) | 94.41º | 0.56% | 0.47% | - |
| XYZ | 10.96 | 15.73 | 5.83 | - |
| YUV | 101.59 | 100.58 | 114.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 121 | 53 | 0.32 | 0 | 0.56 | 0.53 | 94.41 | 0.39 | 0.34 |
| Hex | 52 | 79 | 35 | 20 | 0 | 38 | 35 | 5E | 27 | 22 |
| Octal | 122 | 171 | 65 | 40 | 0 | 70 | 65 | 136 | 47 | 42 |
| Binary | 1010010 | 1111001 | 110101 | 100000 | 0 | 111000 | 110101 | 1011110 | 100111 | 100010 |
Color Harmonies of #527935
Complementary color
Monochromatic Colors of #527935
Black with #527935
Text Example
Text Example
White with #527935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #527935; }
p { color: rgb(82,121,53); }
H1.HeaderClassName
{
color: #527935;
}
.AnyTagClassName
{
color: #527935;
}
</style>
background-color css
<style>
a { background-color: #527935; }
a { background-color: rgb(82,121,53); }
div.DivClassName
{
background-color: #527935;
}
.BgClassName
{
background-color: #527935;
}
</style>
border-color css
<style>
span { border-color: #527935; }
span { border-color: rgb(82,121,53); }
td.TdClassName
{
border-color: #527935;
}
.TagClassName
{
border-color: #527935;
}
</style>