Shades of Fern Green #527F33
Tints of Fern Green #527F33
RGB
CMYK
RGB Variations
Color information
#527F33 (or 0x527F33) is known color: Fern Green. HEX triplet: 52, 7F and 33. RGB value is (82,127,51). Sum of RGB (Red+Green+Blue) = 82+127+51=260 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.54% from 260); Green value is 127 (50% from 255 or 48.85% from 260); Blue value is 51 (20.31% from 255 or 19.62% from 260); Max value from RGB is 127 - color contains mainly: green. Hex color #527F33 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #527F33 is #AD80CC. Grayscale: #696969. Windows color (decimal): -11370701 or 3374930. OLE color: 3374930.
HSL color Cylindrical-coordinate representation of color #527F33: hue angle of 95.53º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #527F33 is Cyan = 0.35, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 82 | 127 | 51 | - |
| CMYK | 0.35 | 0 | 0.60 | 0.50 |
| HSL | 95.53º | 0.43% | 0.35% | - |
| HSV(B) | 95.53º | 0.6% | 0.5% | - |
| XYZ | 11.67 | 17.21 | 5.84 | - |
| YUV | 104.88 | 97.59 | 111.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 127 | 51 | 0.35 | 0 | 0.60 | 0.50 | 95.53 | 0.43 | 0.35 |
| Hex | 52 | 7F | 33 | 23 | 0 | 3C | 32 | 60 | 2B | 23 |
| Octal | 122 | 177 | 63 | 43 | 0 | 74 | 62 | 140 | 53 | 43 |
| Binary | 1010010 | 1111111 | 110011 | 100011 | 0 | 111100 | 110010 | 1100000 | 101011 | 100011 |
Color Harmonies of #527F33
Complementary color
Monochromatic Colors of #527F33
Black with #527F33
Text Example
Text Example
White with #527F33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #527F33; }
p { color: rgb(82,127,51); }
H1.HeaderClassName
{
color: #527F33;
}
.AnyTagClassName
{
color: #527F33;
}
</style>
background-color css
<style>
a { background-color: #527F33; }
a { background-color: rgb(82,127,51); }
div.DivClassName
{
background-color: #527F33;
}
.BgClassName
{
background-color: #527F33;
}
</style>
border-color css
<style>
span { border-color: #527F33; }
span { border-color: rgb(82,127,51); }
td.TdClassName
{
border-color: #527F33;
}
.TagClassName
{
border-color: #527F33;
}
</style>