Shades of Fern Green #527448
Tints of Fern Green #527448
RGB
CMYK
RGB Variations
Color information
#527448 (or 0x527448) is known color: Fern Green. HEX triplet: 52, 74 and 48. RGB value is (82,116,72). Sum of RGB (Red+Green+Blue) = 82+116+72=270 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.37% from 270); Green value is 116 (45.70% from 255 or 42.96% from 270); Blue value is 72 (28.52% from 255 or 26.67% from 270); Max value from RGB is 116 - color contains mainly: green. Hex color #527448 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #527448 is #AD8BB7. Grayscale: #646464. Windows color (decimal): -11373496 or 4748370. OLE color: 4748370.
HSL color Cylindrical-coordinate representation of color #527448: hue angle of 106.36º degrees, saturation: 0.23, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #527448 is Cyan = 0.29, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 82 | 116 | 72 | - |
| CMYK | 0.29 | 0 | 0.38 | 0.55 |
| HSL | 106.36º | 0.23% | 0.37% | - |
| HSV(B) | 106.36º | 0.38% | 0.45% | - |
| XYZ | 10.89 | 14.75 | 8.4 | - |
| YUV | 100.82 | 111.74 | 114.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 116 | 72 | 0.29 | 0 | 0.38 | 0.55 | 106.36 | 0.23 | 0.37 |
| Hex | 52 | 74 | 48 | 1D | 0 | 26 | 37 | 6A | 17 | 25 |
| Octal | 122 | 164 | 110 | 35 | 0 | 46 | 67 | 152 | 27 | 45 |
| Binary | 1010010 | 1110100 | 1001000 | 11101 | 0 | 100110 | 110111 | 1101010 | 10111 | 100101 |
Color Harmonies of #527448
Complementary color
Monochromatic Colors of #527448
Black with #527448
Text Example
Text Example
White with #527448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #527448; }
p { color: rgb(82,116,72); }
H1.HeaderClassName
{
color: #527448;
}
.AnyTagClassName
{
color: #527448;
}
</style>
background-color css
<style>
a { background-color: #527448; }
a { background-color: rgb(82,116,72); }
div.DivClassName
{
background-color: #527448;
}
.BgClassName
{
background-color: #527448;
}
</style>
border-color css
<style>
span { border-color: #527448; }
span { border-color: rgb(82,116,72); }
td.TdClassName
{
border-color: #527448;
}
.TagClassName
{
border-color: #527448;
}
</style>