Shades of Fern Green #527F38
Tints of Fern Green #527F38
RGB
CMYK
RGB Variations
Color information
#527F38 (or 0x527F38) is known color: Fern Green. HEX triplet: 52, 7F and 38. RGB value is (82,127,56). Sum of RGB (Red+Green+Blue) = 82+127+56=265 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.94% from 265); Green value is 127 (50% from 255 or 47.92% from 265); Blue value is 56 (22.27% from 255 or 21.13% from 265); Max value from RGB is 127 - color contains mainly: green. Hex color #527F38 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #527F38 is #AD80C7. Grayscale: #696969. Windows color (decimal): -11370696 or 3702610. OLE color: 3702610.
HSL color Cylindrical-coordinate representation of color #527F38: hue angle of 98.03º degrees, saturation: 0.39, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #527F38 is Cyan = 0.35, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 82 | 127 | 56 | - |
| CMYK | 0.35 | 0 | 0.56 | 0.50 |
| HSL | 98.03º | 0.39% | 0.36% | - |
| HSV(B) | 98.03º | 0.56% | 0.5% | - |
| XYZ | 11.78 | 17.26 | 6.45 | - |
| YUV | 105.45 | 100.09 | 111.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 127 | 56 | 0.35 | 0 | 0.56 | 0.50 | 98.03 | 0.39 | 0.36 |
| Hex | 52 | 7F | 38 | 23 | 0 | 38 | 32 | 62 | 27 | 24 |
| Octal | 122 | 177 | 70 | 43 | 0 | 70 | 62 | 142 | 47 | 44 |
| Binary | 1010010 | 1111111 | 111000 | 100011 | 0 | 111000 | 110010 | 1100010 | 100111 | 100100 |
Color Harmonies of #527F38
Complementary color
Monochromatic Colors of #527F38
Black with #527F38
Text Example
Text Example
White with #527F38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #527F38; }
p { color: rgb(82,127,56); }
H1.HeaderClassName
{
color: #527F38;
}
.AnyTagClassName
{
color: #527F38;
}
</style>
background-color css
<style>
a { background-color: #527F38; }
a { background-color: rgb(82,127,56); }
div.DivClassName
{
background-color: #527F38;
}
.BgClassName
{
background-color: #527F38;
}
</style>
border-color css
<style>
span { border-color: #527F38; }
span { border-color: rgb(82,127,56); }
td.TdClassName
{
border-color: #527F38;
}
.TagClassName
{
border-color: #527F38;
}
</style>