Shades of Fern Green #528A38
Tints of Fern Green #528A38
RGB
CMYK
RGB Variations
Color information
#528A38 (or 0x528A38) is known color: Fern Green. HEX triplet: 52, 8A and 38. RGB value is (82,138,56). Sum of RGB (Red+Green+Blue) = 82+138+56=276 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.71% from 276); Green value is 138 (54.30% from 255 or 50% from 276); Blue value is 56 (22.27% from 255 or 20.29% from 276); Max value from RGB is 138 - color contains mainly: green. Hex color #528A38 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #528A38 is #AD75C7. Grayscale: #707070. Windows color (decimal): -11367880 or 3705426. OLE color: 3705426.
HSL color Cylindrical-coordinate representation of color #528A38: hue angle of 100.98º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #528A38 is Cyan = 0.41, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 82 | 138 | 56 | - |
| CMYK | 0.41 | 0 | 0.59 | 0.46 |
| HSL | 100.98º | 0.42% | 0.38% | - |
| HSV(B) | 100.98º | 0.59% | 0.54% | - |
| XYZ | 13.28 | 20.26 | 6.95 | - |
| YUV | 111.91 | 96.45 | 106.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 138 | 56 | 0.41 | 0 | 0.59 | 0.46 | 100.98 | 0.42 | 0.38 |
| Hex | 52 | 8A | 38 | 29 | 0 | 3B | 2E | 65 | 2A | 26 |
| Octal | 122 | 212 | 70 | 51 | 0 | 73 | 56 | 145 | 52 | 46 |
| Binary | 1010010 | 10001010 | 111000 | 101001 | 0 | 111011 | 101110 | 1100101 | 101010 | 100110 |
Color Harmonies of #528A38
Complementary color
Monochromatic Colors of #528A38
Black with #528A38
Text Example
Text Example
White with #528A38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #528A38; }
p { color: rgb(82,138,56); }
H1.HeaderClassName
{
color: #528A38;
}
.AnyTagClassName
{
color: #528A38;
}
</style>
background-color css
<style>
a { background-color: #528A38; }
a { background-color: rgb(82,138,56); }
div.DivClassName
{
background-color: #528A38;
}
.BgClassName
{
background-color: #528A38;
}
</style>
border-color css
<style>
span { border-color: #528A38; }
span { border-color: rgb(82,138,56); }
td.TdClassName
{
border-color: #528A38;
}
.TagClassName
{
border-color: #528A38;
}
</style>