Shades of Fern Green #529443
Tints of Fern Green #529443
RGB
CMYK
RGB Variations
Color information
#529443 (or 0x529443) is known color: Fern Green. HEX triplet: 52, 94 and 43. RGB value is (82,148,67). Sum of RGB (Red+Green+Blue) = 82+148+67=297 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.61% from 297); Green value is 148 (58.20% from 255 or 49.83% from 297); Blue value is 67 (26.56% from 255 or 22.56% from 297); Max value from RGB is 148 - color contains mainly: green. Hex color #529443 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #529443 is #AD6BBC. Grayscale: #777777. Windows color (decimal): -11365309 or 4428882. OLE color: 4428882.
HSL color Cylindrical-coordinate representation of color #529443: hue angle of 108.89º 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 #529443 is Cyan = 0.45, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 82 | 148 | 67 | - |
| CMYK | 0.45 | 0 | 0.55 | 0.42 |
| HSL | 108.89º | 0.38% | 0.42% | - |
| HSV(B) | 108.89º | 0.55% | 0.58% | - |
| XYZ | 15.08 | 23.38 | 9.03 | - |
| YUV | 119.03 | 98.63 | 101.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 148 | 67 | 0.45 | 0 | 0.55 | 0.42 | 108.89 | 0.38 | 0.42 |
| Hex | 52 | 94 | 43 | 2D | 0 | 37 | 2A | 6D | 26 | 2A |
| Octal | 122 | 224 | 103 | 55 | 0 | 67 | 52 | 155 | 46 | 52 |
| Binary | 1010010 | 10010100 | 1000011 | 101101 | 0 | 110111 | 101010 | 1101101 | 100110 | 101010 |
Color Harmonies of #529443
Complementary color
Monochromatic Colors of #529443
Black with #529443
Text Example
Text Example
White with #529443
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #529443; }
p { color: rgb(82,148,67); }
H1.HeaderClassName
{
color: #529443;
}
.AnyTagClassName
{
color: #529443;
}
</style>
background-color css
<style>
a { background-color: #529443; }
a { background-color: rgb(82,148,67); }
div.DivClassName
{
background-color: #529443;
}
.BgClassName
{
background-color: #529443;
}
</style>
border-color css
<style>
span { border-color: #529443; }
span { border-color: rgb(82,148,67); }
td.TdClassName
{
border-color: #529443;
}
.TagClassName
{
border-color: #529443;
}
</style>