Shades of Fern Green #529141
Tints of Fern Green #529141
RGB
CMYK
RGB Variations
Color information
#529141 (or 0x529141) is known color: Fern Green. HEX triplet: 52, 91 and 41. RGB value is (82,145,65). Sum of RGB (Red+Green+Blue) = 82+145+65=292 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.08% from 292); Green value is 145 (57.03% from 255 or 49.66% from 292); Blue value is 65 (25.78% from 255 or 22.26% from 292); Max value from RGB is 145 - color contains mainly: green. Hex color #529141 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #529141 is #AD6EBE. Grayscale: #757575. Windows color (decimal): -11366079 or 4297042. OLE color: 4297042.
HSL color Cylindrical-coordinate representation of color #529141: hue angle of 107.25º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #529141 is Cyan = 0.43, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 82 | 145 | 65 | - |
| CMYK | 0.43 | 0 | 0.55 | 0.43 |
| HSL | 107.25º | 0.38% | 0.41% | - |
| HSV(B) | 107.25º | 0.55% | 0.57% | - |
| XYZ | 14.56 | 22.43 | 8.56 | - |
| YUV | 117.04 | 98.63 | 103 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 145 | 65 | 0.43 | 0 | 0.55 | 0.43 | 107.25 | 0.38 | 0.41 |
| Hex | 52 | 91 | 41 | 2B | 0 | 37 | 2B | 6B | 26 | 29 |
| Octal | 122 | 221 | 101 | 53 | 0 | 67 | 53 | 153 | 46 | 51 |
| Binary | 1010010 | 10010001 | 1000001 | 101011 | 0 | 110111 | 101011 | 1101011 | 100110 | 101001 |
Color Harmonies of #529141
Complementary color
Monochromatic Colors of #529141
Black with #529141
Text Example
Text Example
White with #529141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #529141; }
p { color: rgb(82,145,65); }
H1.HeaderClassName
{
color: #529141;
}
.AnyTagClassName
{
color: #529141;
}
</style>
background-color css
<style>
a { background-color: #529141; }
a { background-color: rgb(82,145,65); }
div.DivClassName
{
background-color: #529141;
}
.BgClassName
{
background-color: #529141;
}
</style>
border-color css
<style>
span { border-color: #529141; }
span { border-color: rgb(82,145,65); }
td.TdClassName
{
border-color: #529141;
}
.TagClassName
{
border-color: #529141;
}
</style>