Shades of Fern Green #527B48
Tints of Fern Green #527B48
RGB
CMYK
RGB Variations
Color information
#527B48 (or 0x527B48) is known color: Fern Green. HEX triplet: 52, 7B and 48. RGB value is (82,123,72). Sum of RGB (Red+Green+Blue) = 82+123+72=277 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.60% from 277); Green value is 123 (48.44% from 255 or 44.40% from 277); Blue value is 72 (28.52% from 255 or 25.99% from 277); Max value from RGB is 123 - color contains mainly: green. Hex color #527B48 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #527B48 is #AD84B7. Grayscale: #696969. Windows color (decimal): -11371704 or 4750162. OLE color: 4750162.
HSL color Cylindrical-coordinate representation of color #527B48: hue angle of 108.24º degrees, saturation: 0.26, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #527B48 is Cyan = 0.33, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 82 | 123 | 72 | - |
| CMYK | 0.33 | 0 | 0.41 | 0.52 |
| HSL | 108.24º | 0.26% | 0.38% | - |
| HSV(B) | 108.24º | 0.41% | 0.48% | - |
| XYZ | 11.73 | 16.43 | 8.68 | - |
| YUV | 104.93 | 109.42 | 111.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 123 | 72 | 0.33 | 0 | 0.41 | 0.52 | 108.24 | 0.26 | 0.38 |
| Hex | 52 | 7B | 48 | 21 | 0 | 29 | 34 | 6C | 1A | 26 |
| Octal | 122 | 173 | 110 | 41 | 0 | 51 | 64 | 154 | 32 | 46 |
| Binary | 1010010 | 1111011 | 1001000 | 100001 | 0 | 101001 | 110100 | 1101100 | 11010 | 100110 |
Color Harmonies of #527B48
Complementary color
Monochromatic Colors of #527B48
Black with #527B48
Text Example
Text Example
White with #527B48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #527B48; }
p { color: rgb(82,123,72); }
H1.HeaderClassName
{
color: #527B48;
}
.AnyTagClassName
{
color: #527B48;
}
</style>
background-color css
<style>
a { background-color: #527B48; }
a { background-color: rgb(82,123,72); }
div.DivClassName
{
background-color: #527B48;
}
.BgClassName
{
background-color: #527B48;
}
</style>
border-color css
<style>
span { border-color: #527B48; }
span { border-color: rgb(82,123,72); }
td.TdClassName
{
border-color: #527B48;
}
.TagClassName
{
border-color: #527B48;
}
</style>