Shades of Fern Green #527344
Tints of Fern Green #527344
RGB
CMYK
RGB Variations
Color information
#527344 (or 0x527344) is known color: Fern Green. HEX triplet: 52, 73 and 44. RGB value is (82,115,68). Sum of RGB (Red+Green+Blue) = 82+115+68=265 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.94% from 265); Green value is 115 (45.31% from 255 or 43.40% from 265); Blue value is 68 (26.95% from 255 or 25.66% from 265); Max value from RGB is 115 - color contains mainly: green. Hex color #527344 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #527344 is #AD8CBB. Grayscale: #636363. Windows color (decimal): -11373756 or 4485970. OLE color: 4485970.
HSL color Cylindrical-coordinate representation of color #527344: hue angle of 102.13º degrees, saturation: 0.26, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #527344 is Cyan = 0.29, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 82 | 115 | 68 | - |
| CMYK | 0.29 | 0 | 0.41 | 0.55 |
| HSL | 102.13º | 0.26% | 0.36% | - |
| HSV(B) | 102.13º | 0.41% | 0.45% | - |
| XYZ | 10.65 | 14.47 | 7.7 | - |
| YUV | 99.78 | 110.07 | 115.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 115 | 68 | 0.29 | 0 | 0.41 | 0.55 | 102.13 | 0.26 | 0.36 |
| Hex | 52 | 73 | 44 | 1D | 0 | 29 | 37 | 66 | 1A | 24 |
| Octal | 122 | 163 | 104 | 35 | 0 | 51 | 67 | 146 | 32 | 44 |
| Binary | 1010010 | 1110011 | 1000100 | 11101 | 0 | 101001 | 110111 | 1100110 | 11010 | 100100 |
Color Harmonies of #527344
Complementary color
Monochromatic Colors of #527344
Black with #527344
Text Example
Text Example
White with #527344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #527344; }
p { color: rgb(82,115,68); }
H1.HeaderClassName
{
color: #527344;
}
.AnyTagClassName
{
color: #527344;
}
</style>
background-color css
<style>
a { background-color: #527344; }
a { background-color: rgb(82,115,68); }
div.DivClassName
{
background-color: #527344;
}
.BgClassName
{
background-color: #527344;
}
</style>
border-color css
<style>
span { border-color: #527344; }
span { border-color: rgb(82,115,68); }
td.TdClassName
{
border-color: #527344;
}
.TagClassName
{
border-color: #527344;
}
</style>