Shades of Fern Green #529442
Tints of Fern Green #529442
RGB
CMYK
RGB Variations
Color information
#529442 (or 0x529442) is known color: Fern Green. HEX triplet: 52, 94 and 42. RGB value is (82,148,66). Sum of RGB (Red+Green+Blue) = 82+148+66=296 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.70% from 296); Green value is 148 (58.20% from 255 or 50% from 296); Blue value is 66 (26.17% from 255 or 22.30% from 296); Max value from RGB is 148 - color contains mainly: green. Hex color #529442 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #529442 is #AD6BBD. Grayscale: #777777. Windows color (decimal): -11365310 or 4363346. OLE color: 4363346.
HSL color Cylindrical-coordinate representation of color #529442: hue angle of 108.29º degrees, saturation: 0.38, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #529442 is Cyan = 0.45, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 82 | 148 | 66 | - |
| CMYK | 0.45 | 0 | 0.55 | 0.42 |
| HSL | 108.29º | 0.38% | 0.42% | - |
| HSV(B) | 108.29º | 0.55% | 0.58% | - |
| XYZ | 15.05 | 23.37 | 8.87 | - |
| YUV | 118.92 | 98.13 | 101.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 148 | 66 | 0.45 | 0 | 0.55 | 0.42 | 108.29 | 0.38 | 0.42 |
| Hex | 52 | 94 | 42 | 2D | 0 | 37 | 2A | 6C | 26 | 2A |
| Octal | 122 | 224 | 102 | 55 | 0 | 67 | 52 | 154 | 46 | 52 |
| Binary | 1010010 | 10010100 | 1000010 | 101101 | 0 | 110111 | 101010 | 1101100 | 100110 | 101010 |
Color Harmonies of #529442
Complementary color
Monochromatic Colors of #529442
Black with #529442
Text Example
Text Example
White with #529442
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #529442; }
p { color: rgb(82,148,66); }
H1.HeaderClassName
{
color: #529442;
}
.AnyTagClassName
{
color: #529442;
}
</style>
background-color css
<style>
a { background-color: #529442; }
a { background-color: rgb(82,148,66); }
div.DivClassName
{
background-color: #529442;
}
.BgClassName
{
background-color: #529442;
}
</style>
border-color css
<style>
span { border-color: #529442; }
span { border-color: rgb(82,148,66); }
td.TdClassName
{
border-color: #529442;
}
.TagClassName
{
border-color: #529442;
}
</style>