Shades of Fern Green #528637
Tints of Fern Green #528637
RGB
CMYK
RGB Variations
Color information
#528637 (or 0x528637) is known color: Fern Green. HEX triplet: 52, 86 and 37. RGB value is (82,134,55). Sum of RGB (Red+Green+Blue) = 82+134+55=271 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.26% from 271); Green value is 134 (52.73% from 255 or 49.45% from 271); Blue value is 55 (21.88% from 255 or 20.30% from 271); Max value from RGB is 134 - color contains mainly: green. Hex color #528637 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #528637 is #AD79C8. Grayscale: #6D6D6D. Windows color (decimal): -11368905 or 3638866. OLE color: 3638866.
HSL color Cylindrical-coordinate representation of color #528637: hue angle of 99.49º degrees, saturation: 0.42, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #528637 is Cyan = 0.39, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 82 | 134 | 55 | - |
| CMYK | 0.39 | 0 | 0.59 | 0.47 |
| HSL | 99.49º | 0.42% | 0.37% | - |
| HSV(B) | 99.49º | 0.59% | 0.53% | - |
| XYZ | 12.69 | 19.12 | 6.64 | - |
| YUV | 109.45 | 97.27 | 108.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 134 | 55 | 0.39 | 0 | 0.59 | 0.47 | 99.49 | 0.42 | 0.37 |
| Hex | 52 | 86 | 37 | 27 | 0 | 3B | 2F | 63 | 2A | 25 |
| Octal | 122 | 206 | 67 | 47 | 0 | 73 | 57 | 143 | 52 | 45 |
| Binary | 1010010 | 10000110 | 110111 | 100111 | 0 | 111011 | 101111 | 1100011 | 101010 | 100101 |
Color Harmonies of #528637
Complementary color
Monochromatic Colors of #528637
Black with #528637
Text Example
Text Example
White with #528637
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #528637; }
p { color: rgb(82,134,55); }
H1.HeaderClassName
{
color: #528637;
}
.AnyTagClassName
{
color: #528637;
}
</style>
background-color css
<style>
a { background-color: #528637; }
a { background-color: rgb(82,134,55); }
div.DivClassName
{
background-color: #528637;
}
.BgClassName
{
background-color: #528637;
}
</style>
border-color css
<style>
span { border-color: #528637; }
span { border-color: rgb(82,134,55); }
td.TdClassName
{
border-color: #528637;
}
.TagClassName
{
border-color: #528637;
}
</style>