Shades of Fern Green #52773D
Tints of Fern Green #52773D
RGB
CMYK
RGB Variations
Color information
#52773D (or 0x52773D) is known color: Fern Green. HEX triplet: 52, 77 and 3D. RGB value is (82,119,61). Sum of RGB (Red+Green+Blue) = 82+119+61=262 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.30% from 262); Green value is 119 (46.88% from 255 or 45.42% from 262); Blue value is 61 (24.22% from 255 or 23.28% from 262); Max value from RGB is 119 - color contains mainly: green. Hex color #52773D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #52773D is #AD88C2. Grayscale: #656565. Windows color (decimal): -11372739 or 4028242. OLE color: 4028242.
HSL color Cylindrical-coordinate representation of color #52773D: hue angle of 98.28º degrees, saturation: 0.32, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #52773D is Cyan = 0.31, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 82 | 119 | 61 | - |
| CMYK | 0.31 | 0 | 0.49 | 0.53 |
| HSL | 98.28º | 0.32% | 0.35% | - |
| HSV(B) | 98.28º | 0.49% | 0.47% | - |
| XYZ | 10.92 | 15.32 | 6.8 | - |
| YUV | 101.33 | 105.24 | 114.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 119 | 61 | 0.31 | 0 | 0.49 | 0.53 | 98.28 | 0.32 | 0.35 |
| Hex | 52 | 77 | 3D | 1F | 0 | 31 | 35 | 62 | 20 | 23 |
| Octal | 122 | 167 | 75 | 37 | 0 | 61 | 65 | 142 | 40 | 43 |
| Binary | 1010010 | 1110111 | 111101 | 11111 | 0 | 110001 | 110101 | 1100010 | 100000 | 100011 |
Color Harmonies of #52773D
Complementary color
Monochromatic Colors of #52773D
Black with #52773D
Text Example
Text Example
White with #52773D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52773D; }
p { color: rgb(82,119,61); }
H1.HeaderClassName
{
color: #52773D;
}
.AnyTagClassName
{
color: #52773D;
}
</style>
background-color css
<style>
a { background-color: #52773D; }
a { background-color: rgb(82,119,61); }
div.DivClassName
{
background-color: #52773D;
}
.BgClassName
{
background-color: #52773D;
}
</style>
border-color css
<style>
span { border-color: #52773D; }
span { border-color: rgb(82,119,61); }
td.TdClassName
{
border-color: #52773D;
}
.TagClassName
{
border-color: #52773D;
}
</style>