Shades of Fern Green #52823E
Tints of Fern Green #52823E
RGB
CMYK
RGB Variations
Color information
#52823E (or 0x52823E) is known color: Fern Green. HEX triplet: 52, 82 and 3E. RGB value is (82,130,62). Sum of RGB (Red+Green+Blue) = 82+130+62=274 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.93% from 274); Green value is 130 (51.17% from 255 or 47.45% from 274); Blue value is 62 (24.61% from 255 or 22.63% from 274); Max value from RGB is 130 - color contains mainly: green. Hex color #52823E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #52823E is #AD7DC1. Grayscale: #6C6C6C. Windows color (decimal): -11369922 or 4096594. OLE color: 4096594.
HSL color Cylindrical-coordinate representation of color #52823E: hue angle of 102.35º degrees, saturation: 0.35, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #52823E is Cyan = 0.37, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 82 | 130 | 62 | - |
| CMYK | 0.37 | 0 | 0.52 | 0.49 |
| HSL | 102.35º | 0.35% | 0.38% | - |
| HSV(B) | 102.35º | 0.52% | 0.51% | - |
| XYZ | 12.33 | 18.11 | 7.4 | - |
| YUV | 107.9 | 102.1 | 109.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 130 | 62 | 0.37 | 0 | 0.52 | 0.49 | 102.35 | 0.35 | 0.38 |
| Hex | 52 | 82 | 3E | 25 | 0 | 34 | 31 | 66 | 23 | 26 |
| Octal | 122 | 202 | 76 | 45 | 0 | 64 | 61 | 146 | 43 | 46 |
| Binary | 1010010 | 10000010 | 111110 | 100101 | 0 | 110100 | 110001 | 1100110 | 100011 | 100110 |
Color Harmonies of #52823E
Complementary color
Monochromatic Colors of #52823E
Black with #52823E
Text Example
Text Example
White with #52823E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52823E; }
p { color: rgb(82,130,62); }
H1.HeaderClassName
{
color: #52823E;
}
.AnyTagClassName
{
color: #52823E;
}
</style>
background-color css
<style>
a { background-color: #52823E; }
a { background-color: rgb(82,130,62); }
div.DivClassName
{
background-color: #52823E;
}
.BgClassName
{
background-color: #52823E;
}
</style>
border-color css
<style>
span { border-color: #52823E; }
span { border-color: rgb(82,130,62); }
td.TdClassName
{
border-color: #52823E;
}
.TagClassName
{
border-color: #52823E;
}
</style>