Shades of Fern Green #528639
Tints of Fern Green #528639
RGB
CMYK
RGB Variations
Color information
#528639 (or 0x528639) is known color: Fern Green. HEX triplet: 52, 86 and 39. RGB value is (82,134,57). Sum of RGB (Red+Green+Blue) = 82+134+57=273 (36% of max value = 765). Red value is 82 (32.42% from 255 or 30.04% from 273); Green value is 134 (52.73% from 255 or 49.08% from 273); Blue value is 57 (22.66% from 255 or 20.88% from 273); Max value from RGB is 134 - color contains mainly: green. Hex color #528639 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #528639 is #AD79C6. Grayscale: #6D6D6D. Windows color (decimal): -11368903 or 3769938. OLE color: 3769938.
HSL color Cylindrical-coordinate representation of color #528639: hue angle of 100.52º degrees, saturation: 0.4, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #528639 is Cyan = 0.39, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 82 | 134 | 57 | - |
| CMYK | 0.39 | 0 | 0.57 | 0.47 |
| HSL | 100.52º | 0.4% | 0.37% | - |
| HSV(B) | 100.52º | 0.57% | 0.53% | - |
| XYZ | 12.74 | 19.14 | 6.89 | - |
| YUV | 109.67 | 98.27 | 108.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 134 | 57 | 0.39 | 0 | 0.57 | 0.47 | 100.52 | 0.4 | 0.37 |
| Hex | 52 | 86 | 39 | 27 | 0 | 39 | 2F | 65 | 28 | 25 |
| Octal | 122 | 206 | 71 | 47 | 0 | 71 | 57 | 145 | 50 | 45 |
| Binary | 1010010 | 10000110 | 111001 | 100111 | 0 | 111001 | 101111 | 1100101 | 101000 | 100101 |
Color Harmonies of #528639
Complementary color
Monochromatic Colors of #528639
Black with #528639
Text Example
Text Example
White with #528639
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #528639; }
p { color: rgb(82,134,57); }
H1.HeaderClassName
{
color: #528639;
}
.AnyTagClassName
{
color: #528639;
}
</style>
background-color css
<style>
a { background-color: #528639; }
a { background-color: rgb(82,134,57); }
div.DivClassName
{
background-color: #528639;
}
.BgClassName
{
background-color: #528639;
}
</style>
border-color css
<style>
span { border-color: #528639; }
span { border-color: rgb(82,134,57); }
td.TdClassName
{
border-color: #528639;
}
.TagClassName
{
border-color: #528639;
}
</style>