Shades of Fern Green #528E43
Tints of Fern Green #528E43
RGB
CMYK
RGB Variations
Color information
#528E43 (or 0x528E43) is known color: Fern Green. HEX triplet: 52, 8E and 43. RGB value is (82,142,67). Sum of RGB (Red+Green+Blue) = 82+142+67=291 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.18% from 291); Green value is 142 (55.86% from 255 or 48.80% from 291); Blue value is 67 (26.56% from 255 or 23.02% from 291); Max value from RGB is 142 - color contains mainly: green. Hex color #528E43 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #528E43 is #AD71BC. Grayscale: #737373. Windows color (decimal): -11366845 or 4427346. OLE color: 4427346.
HSL color Cylindrical-coordinate representation of color #528E43: hue angle of 108º degrees, saturation: 0.36, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #528E43 is Cyan = 0.42, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 82 | 142 | 67 | - |
| CMYK | 0.42 | 0 | 0.53 | 0.44 |
| HSL | 108º | 0.36% | 0.41% | - |
| HSV(B) | 108º | 0.53% | 0.56% | - |
| XYZ | 14.17 | 21.55 | 8.72 | - |
| YUV | 115.51 | 100.62 | 104.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 142 | 67 | 0.42 | 0 | 0.53 | 0.44 | 108 | 0.36 | 0.41 |
| Hex | 52 | 8E | 43 | 2A | 0 | 35 | 2C | 6C | 24 | 29 |
| Octal | 122 | 216 | 103 | 52 | 0 | 65 | 54 | 154 | 44 | 51 |
| Binary | 1010010 | 10001110 | 1000011 | 101010 | 0 | 110101 | 101100 | 1101100 | 100100 | 101001 |
Color Harmonies of #528E43
Complementary color
Monochromatic Colors of #528E43
Black with #528E43
Text Example
Text Example
White with #528E43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #528E43; }
p { color: rgb(82,142,67); }
H1.HeaderClassName
{
color: #528E43;
}
.AnyTagClassName
{
color: #528E43;
}
</style>
background-color css
<style>
a { background-color: #528E43; }
a { background-color: rgb(82,142,67); }
div.DivClassName
{
background-color: #528E43;
}
.BgClassName
{
background-color: #528E43;
}
</style>
border-color css
<style>
span { border-color: #528E43; }
span { border-color: rgb(82,142,67); }
td.TdClassName
{
border-color: #528E43;
}
.TagClassName
{
border-color: #528E43;
}
</style>