Shades of Fern Green #52793A
Tints of Fern Green #52793A
RGB
CMYK
RGB Variations
Color information
#52793A (or 0x52793A) is known color: Fern Green. HEX triplet: 52, 79 and 3A. RGB value is (82,121,58). Sum of RGB (Red+Green+Blue) = 82+121+58=261 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.42% from 261); Green value is 121 (47.66% from 255 or 46.36% from 261); Blue value is 58 (23.05% from 255 or 22.22% from 261); Max value from RGB is 121 - color contains mainly: green. Hex color #52793A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #52793A is #AD86C5. Grayscale: #666666. Windows color (decimal): -11372230 or 3832146. OLE color: 3832146.
HSL color Cylindrical-coordinate representation of color #52793A: hue angle of 97.14º degrees, saturation: 0.35, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #52793A is Cyan = 0.32, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 82 | 121 | 58 | - |
| CMYK | 0.32 | 0 | 0.52 | 0.53 |
| HSL | 97.14º | 0.35% | 0.35% | - |
| HSV(B) | 97.14º | 0.52% | 0.47% | - |
| XYZ | 11.08 | 15.77 | 6.46 | - |
| YUV | 102.16 | 103.08 | 113.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 121 | 58 | 0.32 | 0 | 0.52 | 0.53 | 97.14 | 0.35 | 0.35 |
| Hex | 52 | 79 | 3A | 20 | 0 | 34 | 35 | 61 | 23 | 23 |
| Octal | 122 | 171 | 72 | 40 | 0 | 64 | 65 | 141 | 43 | 43 |
| Binary | 1010010 | 1111001 | 111010 | 100000 | 0 | 110100 | 110101 | 1100001 | 100011 | 100011 |
Color Harmonies of #52793A
Complementary color
Monochromatic Colors of #52793A
Black with #52793A
Text Example
Text Example
White with #52793A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52793A; }
p { color: rgb(82,121,58); }
H1.HeaderClassName
{
color: #52793A;
}
.AnyTagClassName
{
color: #52793A;
}
</style>
background-color css
<style>
a { background-color: #52793A; }
a { background-color: rgb(82,121,58); }
div.DivClassName
{
background-color: #52793A;
}
.BgClassName
{
background-color: #52793A;
}
</style>
border-color css
<style>
span { border-color: #52793A; }
span { border-color: rgb(82,121,58); }
td.TdClassName
{
border-color: #52793A;
}
.TagClassName
{
border-color: #52793A;
}
</style>