Shades of Fern Green #527745
Tints of Fern Green #527745
RGB
CMYK
RGB Variations
Color information
#527745 (or 0x527745) is known color: Fern Green. HEX triplet: 52, 77 and 45. RGB value is (82,119,69). Sum of RGB (Red+Green+Blue) = 82+119+69=270 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.37% from 270); Green value is 119 (46.88% from 255 or 44.07% from 270); Blue value is 69 (27.34% from 255 or 25.56% from 270); Max value from RGB is 119 - color contains mainly: green. Hex color #527745 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #527745 is #AD88BA. Grayscale: #666666. Windows color (decimal): -11372731 or 4552530. OLE color: 4552530.
HSL color Cylindrical-coordinate representation of color #527745: hue angle of 104.4º degrees, saturation: 0.27, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #527745 is Cyan = 0.31, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 82 | 119 | 69 | - |
| CMYK | 0.31 | 0 | 0.42 | 0.53 |
| HSL | 104.4º | 0.27% | 0.37% | - |
| HSV(B) | 104.4º | 0.42% | 0.47% | - |
| XYZ | 11.15 | 15.42 | 8.02 | - |
| YUV | 102.24 | 109.24 | 113.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 119 | 69 | 0.31 | 0 | 0.42 | 0.53 | 104.4 | 0.27 | 0.37 |
| Hex | 52 | 77 | 45 | 1F | 0 | 2A | 35 | 68 | 1B | 25 |
| Octal | 122 | 167 | 105 | 37 | 0 | 52 | 65 | 150 | 33 | 45 |
| Binary | 1010010 | 1110111 | 1000101 | 11111 | 0 | 101010 | 110101 | 1101000 | 11011 | 100101 |
Color Harmonies of #527745
Complementary color
Monochromatic Colors of #527745
Black with #527745
Text Example
Text Example
White with #527745
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #527745; }
p { color: rgb(82,119,69); }
H1.HeaderClassName
{
color: #527745;
}
.AnyTagClassName
{
color: #527745;
}
</style>
background-color css
<style>
a { background-color: #527745; }
a { background-color: rgb(82,119,69); }
div.DivClassName
{
background-color: #527745;
}
.BgClassName
{
background-color: #527745;
}
</style>
border-color css
<style>
span { border-color: #527745; }
span { border-color: rgb(82,119,69); }
td.TdClassName
{
border-color: #527745;
}
.TagClassName
{
border-color: #527745;
}
</style>