Shades of Fern Green #527643
Tints of Fern Green #527643
RGB
CMYK
RGB Variations
Color information
#527643 (or 0x527643) is known color: Fern Green. HEX triplet: 52, 76 and 43. RGB value is (82,118,67). Sum of RGB (Red+Green+Blue) = 82+118+67=267 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.71% from 267); Green value is 118 (46.48% from 255 or 44.19% from 267); Blue value is 67 (26.56% from 255 or 25.09% from 267); Max value from RGB is 118 - color contains mainly: green. Hex color #527643 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #527643 is #AD89BC. Grayscale: #656565. Windows color (decimal): -11372989 or 4421202. OLE color: 4421202.
HSL color Cylindrical-coordinate representation of color #527643: hue angle of 102.35º degrees, saturation: 0.28, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #527643 is Cyan = 0.31, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 82 | 118 | 67 | - |
| CMYK | 0.31 | 0 | 0.43 | 0.54 |
| HSL | 102.35º | 0.28% | 0.36% | - |
| HSV(B) | 102.35º | 0.43% | 0.46% | - |
| XYZ | 10.97 | 15.16 | 7.66 | - |
| YUV | 101.42 | 108.57 | 114.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 118 | 67 | 0.31 | 0 | 0.43 | 0.54 | 102.35 | 0.28 | 0.36 |
| Hex | 52 | 76 | 43 | 1F | 0 | 2B | 36 | 66 | 1C | 24 |
| Octal | 122 | 166 | 103 | 37 | 0 | 53 | 66 | 146 | 34 | 44 |
| Binary | 1010010 | 1110110 | 1000011 | 11111 | 0 | 101011 | 110110 | 1100110 | 11100 | 100100 |
Color Harmonies of #527643
Complementary color
Monochromatic Colors of #527643
Black with #527643
Text Example
Text Example
White with #527643
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #527643; }
p { color: rgb(82,118,67); }
H1.HeaderClassName
{
color: #527643;
}
.AnyTagClassName
{
color: #527643;
}
</style>
background-color css
<style>
a { background-color: #527643; }
a { background-color: rgb(82,118,67); }
div.DivClassName
{
background-color: #527643;
}
.BgClassName
{
background-color: #527643;
}
</style>
border-color css
<style>
span { border-color: #527643; }
span { border-color: rgb(82,118,67); }
td.TdClassName
{
border-color: #527643;
}
.TagClassName
{
border-color: #527643;
}
</style>