Shades of Fern Green #529046
Tints of Fern Green #529046
RGB
CMYK
RGB Variations
Color information
#529046 (or 0x529046) is known color: Fern Green. HEX triplet: 52, 90 and 46. RGB value is (82,144,70). Sum of RGB (Red+Green+Blue) = 82+144+70=296 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.70% from 296); Green value is 144 (56.64% from 255 or 48.65% from 296); Blue value is 70 (27.73% from 255 or 23.65% from 296); Max value from RGB is 144 - color contains mainly: green. Hex color #529046 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #529046 is #AD6FB9. Grayscale: #757575. Windows color (decimal): -11366330 or 4624466. OLE color: 4624466.
HSL color Cylindrical-coordinate representation of color #529046: hue angle of 110.27º degrees, saturation: 0.35, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #529046 is Cyan = 0.43, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 82 | 144 | 70 | - |
| CMYK | 0.43 | 0 | 0.51 | 0.44 |
| HSL | 110.27º | 0.35% | 0.42% | - |
| HSV(B) | 110.27º | 0.51% | 0.56% | - |
| XYZ | 14.56 | 22.18 | 9.31 | - |
| YUV | 117.03 | 101.46 | 103.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 144 | 70 | 0.43 | 0 | 0.51 | 0.44 | 110.27 | 0.35 | 0.42 |
| Hex | 52 | 90 | 46 | 2B | 0 | 33 | 2C | 6E | 23 | 2A |
| Octal | 122 | 220 | 106 | 53 | 0 | 63 | 54 | 156 | 43 | 52 |
| Binary | 1010010 | 10010000 | 1000110 | 101011 | 0 | 110011 | 101100 | 1101110 | 100011 | 101010 |
Color Harmonies of #529046
Complementary color
Monochromatic Colors of #529046
Black with #529046
Text Example
Text Example
White with #529046
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #529046; }
p { color: rgb(82,144,70); }
H1.HeaderClassName
{
color: #529046;
}
.AnyTagClassName
{
color: #529046;
}
</style>
background-color css
<style>
a { background-color: #529046; }
a { background-color: rgb(82,144,70); }
div.DivClassName
{
background-color: #529046;
}
.BgClassName
{
background-color: #529046;
}
</style>
border-color css
<style>
span { border-color: #529046; }
span { border-color: rgb(82,144,70); }
td.TdClassName
{
border-color: #529046;
}
.TagClassName
{
border-color: #529046;
}
</style>