Shades of Fern Green #528C46
Tints of Fern Green #528C46
RGB
CMYK
RGB Variations
Color information
#528C46 (or 0x528C46) is known color: Fern Green. HEX triplet: 52, 8C and 46. RGB value is (82,140,70). Sum of RGB (Red+Green+Blue) = 82+140+70=292 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.08% from 292); Green value is 140 (55.08% from 255 or 47.95% from 292); Blue value is 70 (27.73% from 255 or 23.97% from 292); Max value from RGB is 140 - color contains mainly: green. Hex color #528C46 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #528C46 is #AD73B9. Grayscale: #727272. Windows color (decimal): -11367354 or 4623442. OLE color: 4623442.
HSL color Cylindrical-coordinate representation of color #528C46: hue angle of 109.71º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #528C46 is Cyan = 0.41, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 82 | 140 | 70 | - |
| CMYK | 0.41 | 0 | 0.50 | 0.45 |
| HSL | 109.71º | 0.33% | 0.41% | - |
| HSV(B) | 109.71º | 0.5% | 0.55% | - |
| XYZ | 13.96 | 20.99 | 9.11 | - |
| YUV | 114.68 | 102.78 | 104.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 140 | 70 | 0.41 | 0 | 0.50 | 0.45 | 109.71 | 0.33 | 0.41 |
| Hex | 52 | 8C | 46 | 29 | 0 | 32 | 2D | 6E | 21 | 29 |
| Octal | 122 | 214 | 106 | 51 | 0 | 62 | 55 | 156 | 41 | 51 |
| Binary | 1010010 | 10001100 | 1000110 | 101001 | 0 | 110010 | 101101 | 1101110 | 100001 | 101001 |
Color Harmonies of #528C46
Complementary color
Monochromatic Colors of #528C46
Black with #528C46
Text Example
Text Example
White with #528C46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #528C46; }
p { color: rgb(82,140,70); }
H1.HeaderClassName
{
color: #528C46;
}
.AnyTagClassName
{
color: #528C46;
}
</style>
background-color css
<style>
a { background-color: #528C46; }
a { background-color: rgb(82,140,70); }
div.DivClassName
{
background-color: #528C46;
}
.BgClassName
{
background-color: #528C46;
}
</style>
border-color css
<style>
span { border-color: #528C46; }
span { border-color: rgb(82,140,70); }
td.TdClassName
{
border-color: #528C46;
}
.TagClassName
{
border-color: #528C46;
}
</style>