Shades of Fern Green #527A46
Tints of Fern Green #527A46
RGB
CMYK
RGB Variations
Color information
#527A46 (or 0x527A46) is known color: Fern Green. HEX triplet: 52, 7A and 46. RGB value is (82,122,70). Sum of RGB (Red+Green+Blue) = 82+122+70=274 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.93% from 274); Green value is 122 (48.05% from 255 or 44.53% from 274); Blue value is 70 (27.73% from 255 or 25.55% from 274); Max value from RGB is 122 - color contains mainly: green. Hex color #527A46 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #527A46 is #AD85B9. Grayscale: #686868. Windows color (decimal): -11371962 or 4618834. OLE color: 4618834.
HSL color Cylindrical-coordinate representation of color #527A46: hue angle of 106.15º degrees, saturation: 0.27, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #527A46 is Cyan = 0.33, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 82 | 122 | 70 | - |
| CMYK | 0.33 | 0 | 0.43 | 0.52 |
| HSL | 106.15º | 0.27% | 0.38% | - |
| HSV(B) | 106.15º | 0.43% | 0.48% | - |
| XYZ | 11.54 | 16.16 | 8.3 | - |
| YUV | 104.11 | 108.75 | 112.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 122 | 70 | 0.33 | 0 | 0.43 | 0.52 | 106.15 | 0.27 | 0.38 |
| Hex | 52 | 7A | 46 | 21 | 0 | 2B | 34 | 6A | 1B | 26 |
| Octal | 122 | 172 | 106 | 41 | 0 | 53 | 64 | 152 | 33 | 46 |
| Binary | 1010010 | 1111010 | 1000110 | 100001 | 0 | 101011 | 110100 | 1101010 | 11011 | 100110 |
Color Harmonies of #527A46
Complementary color
Monochromatic Colors of #527A46
Black with #527A46
Text Example
Text Example
White with #527A46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #527A46; }
p { color: rgb(82,122,70); }
H1.HeaderClassName
{
color: #527A46;
}
.AnyTagClassName
{
color: #527A46;
}
</style>
background-color css
<style>
a { background-color: #527A46; }
a { background-color: rgb(82,122,70); }
div.DivClassName
{
background-color: #527A46;
}
.BgClassName
{
background-color: #527A46;
}
</style>
border-color css
<style>
span { border-color: #527A46; }
span { border-color: rgb(82,122,70); }
td.TdClassName
{
border-color: #527A46;
}
.TagClassName
{
border-color: #527A46;
}
</style>