Shades of Fern Green #527F35
Tints of Fern Green #527F35
RGB
CMYK
RGB Variations
Color information
#527F35 (or 0x527F35) is known color: Fern Green. HEX triplet: 52, 7F and 35. RGB value is (82,127,53). Sum of RGB (Red+Green+Blue) = 82+127+53=262 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.30% from 262); Green value is 127 (50% from 255 or 48.47% from 262); Blue value is 53 (21.09% from 255 or 20.23% from 262); Max value from RGB is 127 - color contains mainly: green. Hex color #527F35 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #527F35 is #AD80CA. Grayscale: #696969. Windows color (decimal): -11370699 or 3506002. OLE color: 3506002.
HSL color Cylindrical-coordinate representation of color #527F35: hue angle of 96.49º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #527F35 is Cyan = 0.35, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 82 | 127 | 53 | - |
| CMYK | 0.35 | 0 | 0.58 | 0.50 |
| HSL | 96.49º | 0.41% | 0.35% | - |
| HSV(B) | 96.49º | 0.58% | 0.5% | - |
| XYZ | 11.71 | 17.23 | 6.08 | - |
| YUV | 105.11 | 98.59 | 111.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 127 | 53 | 0.35 | 0 | 0.58 | 0.50 | 96.49 | 0.41 | 0.35 |
| Hex | 52 | 7F | 35 | 23 | 0 | 3A | 32 | 60 | 29 | 23 |
| Octal | 122 | 177 | 65 | 43 | 0 | 72 | 62 | 140 | 51 | 43 |
| Binary | 1010010 | 1111111 | 110101 | 100011 | 0 | 111010 | 110010 | 1100000 | 101001 | 100011 |
Color Harmonies of #527F35
Complementary color
Monochromatic Colors of #527F35
Black with #527F35
Text Example
Text Example
White with #527F35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #527F35; }
p { color: rgb(82,127,53); }
H1.HeaderClassName
{
color: #527F35;
}
.AnyTagClassName
{
color: #527F35;
}
</style>
background-color css
<style>
a { background-color: #527F35; }
a { background-color: rgb(82,127,53); }
div.DivClassName
{
background-color: #527F35;
}
.BgClassName
{
background-color: #527F35;
}
</style>
border-color css
<style>
span { border-color: #527F35; }
span { border-color: rgb(82,127,53); }
td.TdClassName
{
border-color: #527F35;
}
.TagClassName
{
border-color: #527F35;
}
</style>