Shades of Fern Green #528A42
Tints of Fern Green #528A42
RGB
CMYK
RGB Variations
Color information
#528A42 (or 0x528A42) is known color: Fern Green. HEX triplet: 52, 8A and 42. RGB value is (82,138,66). Sum of RGB (Red+Green+Blue) = 82+138+66=286 (37% of max value = 765). Red value is 82 (32.42% from 255 or 28.67% from 286); Green value is 138 (54.30% from 255 or 48.25% from 286); Blue value is 66 (26.17% from 255 or 23.08% from 286); Max value from RGB is 138 - color contains mainly: green. Hex color #528A42 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #528A42 is #AD75BD. Grayscale: #717171. Windows color (decimal): -11367870 or 4360786. OLE color: 4360786.
HSL color Cylindrical-coordinate representation of color #528A42: hue angle of 106.67º degrees, saturation: 0.35, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #528A42 is Cyan = 0.41, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 82 | 138 | 66 | - |
| CMYK | 0.41 | 0 | 0.52 | 0.46 |
| HSL | 106.67º | 0.35% | 0.4% | - |
| HSV(B) | 106.67º | 0.52% | 0.54% | - |
| XYZ | 13.55 | 20.36 | 8.37 | - |
| YUV | 113.05 | 101.45 | 105.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 138 | 66 | 0.41 | 0 | 0.52 | 0.46 | 106.67 | 0.35 | 0.4 |
| Hex | 52 | 8A | 42 | 29 | 0 | 34 | 2E | 6B | 23 | 28 |
| Octal | 122 | 212 | 102 | 51 | 0 | 64 | 56 | 153 | 43 | 50 |
| Binary | 1010010 | 10001010 | 1000010 | 101001 | 0 | 110100 | 101110 | 1101011 | 100011 | 101000 |
Color Harmonies of #528A42
Complementary color
Monochromatic Colors of #528A42
Black with #528A42
Text Example
Text Example
White with #528A42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #528A42; }
p { color: rgb(82,138,66); }
H1.HeaderClassName
{
color: #528A42;
}
.AnyTagClassName
{
color: #528A42;
}
</style>
background-color css
<style>
a { background-color: #528A42; }
a { background-color: rgb(82,138,66); }
div.DivClassName
{
background-color: #528A42;
}
.BgClassName
{
background-color: #528A42;
}
</style>
border-color css
<style>
span { border-color: #528A42; }
span { border-color: rgb(82,138,66); }
td.TdClassName
{
border-color: #528A42;
}
.TagClassName
{
border-color: #528A42;
}
</style>