Shades of Fern Green #527343
Tints of Fern Green #527343
RGB
CMYK
RGB Variations
Color information
#527343 (or 0x527343) is known color: Fern Green. HEX triplet: 52, 73 and 43. RGB value is (82,115,67). Sum of RGB (Red+Green+Blue) = 82+115+67=264 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.06% from 264); Green value is 115 (45.31% from 255 or 43.56% from 264); Blue value is 67 (26.56% from 255 or 25.38% from 264); Max value from RGB is 115 - color contains mainly: green. Hex color #527343 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #527343 is #AD8CBC. Grayscale: #636363. Windows color (decimal): -11373757 or 4420434. OLE color: 4420434.
HSL color Cylindrical-coordinate representation of color #527343: hue angle of 101.25º degrees, saturation: 0.26, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #527343 is Cyan = 0.29, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 82 | 115 | 67 | - |
| CMYK | 0.29 | 0 | 0.42 | 0.55 |
| HSL | 101.25º | 0.26% | 0.36% | - |
| HSV(B) | 101.25º | 0.42% | 0.45% | - |
| XYZ | 10.62 | 14.46 | 7.54 | - |
| YUV | 99.66 | 109.57 | 115.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 115 | 67 | 0.29 | 0 | 0.42 | 0.55 | 101.25 | 0.26 | 0.36 |
| Hex | 52 | 73 | 43 | 1D | 0 | 2A | 37 | 65 | 1A | 24 |
| Octal | 122 | 163 | 103 | 35 | 0 | 52 | 67 | 145 | 32 | 44 |
| Binary | 1010010 | 1110011 | 1000011 | 11101 | 0 | 101010 | 110111 | 1100101 | 11010 | 100100 |
Color Harmonies of #527343
Complementary color
Monochromatic Colors of #527343
Black with #527343
Text Example
Text Example
White with #527343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #527343; }
p { color: rgb(82,115,67); }
H1.HeaderClassName
{
color: #527343;
}
.AnyTagClassName
{
color: #527343;
}
</style>
background-color css
<style>
a { background-color: #527343; }
a { background-color: rgb(82,115,67); }
div.DivClassName
{
background-color: #527343;
}
.BgClassName
{
background-color: #527343;
}
</style>
border-color css
<style>
span { border-color: #527343; }
span { border-color: rgb(82,115,67); }
td.TdClassName
{
border-color: #527343;
}
.TagClassName
{
border-color: #527343;
}
</style>