Shades of Fern Green #528838
Tints of Fern Green #528838
RGB
CMYK
RGB Variations
Color information
#528838 (or 0x528838) is known color: Fern Green. HEX triplet: 52, 88 and 38. RGB value is (82,136,56). Sum of RGB (Red+Green+Blue) = 82+136+56=274 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.93% from 274); Green value is 136 (53.52% from 255 or 49.64% from 274); Blue value is 56 (22.27% from 255 or 20.44% from 274); Max value from RGB is 136 - color contains mainly: green. Hex color #528838 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #528838 is #AD77C7. Grayscale: #6E6E6E. Windows color (decimal): -11368392 or 3704914. OLE color: 3704914.
HSL color Cylindrical-coordinate representation of color #528838: hue angle of 100.5º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #528838 is Cyan = 0.40, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 82 | 136 | 56 | - |
| CMYK | 0.40 | 0 | 0.59 | 0.47 |
| HSL | 100.5º | 0.42% | 0.38% | - |
| HSV(B) | 100.5º | 0.59% | 0.53% | - |
| XYZ | 13 | 19.69 | 6.86 | - |
| YUV | 110.73 | 97.11 | 107.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 136 | 56 | 0.40 | 0 | 0.59 | 0.47 | 100.5 | 0.42 | 0.38 |
| Hex | 52 | 88 | 38 | 28 | 0 | 3B | 2F | 64 | 2A | 26 |
| Octal | 122 | 210 | 70 | 50 | 0 | 73 | 57 | 144 | 52 | 46 |
| Binary | 1010010 | 10001000 | 111000 | 101000 | 0 | 111011 | 101111 | 1100100 | 101010 | 100110 |
Color Harmonies of #528838
Complementary color
Monochromatic Colors of #528838
Black with #528838
Text Example
Text Example
White with #528838
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #528838; }
p { color: rgb(82,136,56); }
H1.HeaderClassName
{
color: #528838;
}
.AnyTagClassName
{
color: #528838;
}
</style>
background-color css
<style>
a { background-color: #528838; }
a { background-color: rgb(82,136,56); }
div.DivClassName
{
background-color: #528838;
}
.BgClassName
{
background-color: #528838;
}
</style>
border-color css
<style>
span { border-color: #528838; }
span { border-color: rgb(82,136,56); }
td.TdClassName
{
border-color: #528838;
}
.TagClassName
{
border-color: #528838;
}
</style>