Shades of Fern Green #53773D
Tints of Fern Green #53773D
RGB
CMYK
RGB Variations
Color information
#53773D (or 0x53773D) is known color: Fern Green. HEX triplet: 53, 77 and 3D. RGB value is (83,119,61). Sum of RGB (Red+Green+Blue) = 83+119+61=263 (34% of max value = 765). Red value is 83 (32.81% from 255 or 31.56% from 263); Green value is 119 (46.88% from 255 or 45.25% from 263); Blue value is 61 (24.22% from 255 or 23.19% from 263); Max value from RGB is 119 - color contains mainly: green. Hex color #53773D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #53773D is #AC88C2. Grayscale: #656565. Windows color (decimal): -11307203 or 4028243. OLE color: 4028243.
HSL color Cylindrical-coordinate representation of color #53773D: hue angle of 97.24º 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 #53773D is Cyan = 0.30, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 83 | 119 | 61 | - |
| CMYK | 0.30 | 0 | 0.49 | 0.53 |
| HSL | 97.24º | 0.32% | 0.35% | - |
| HSV(B) | 97.24º | 0.49% | 0.47% | - |
| XYZ | 11.01 | 15.37 | 6.8 | - |
| YUV | 101.62 | 105.07 | 114.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 119 | 61 | 0.30 | 0 | 0.49 | 0.53 | 97.24 | 0.32 | 0.35 |
| Hex | 53 | 77 | 3D | 1E | 0 | 31 | 35 | 61 | 20 | 23 |
| Octal | 123 | 167 | 75 | 36 | 0 | 61 | 65 | 141 | 40 | 43 |
| Binary | 1010011 | 1110111 | 111101 | 11110 | 0 | 110001 | 110101 | 1100001 | 100000 | 100011 |
Color Harmonies of #53773D
Complementary color
Monochromatic Colors of #53773D
Black with #53773D
Text Example
Text Example
White with #53773D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53773D; }
p { color: rgb(83,119,61); }
H1.HeaderClassName
{
color: #53773D;
}
.AnyTagClassName
{
color: #53773D;
}
</style>
background-color css
<style>
a { background-color: #53773D; }
a { background-color: rgb(83,119,61); }
div.DivClassName
{
background-color: #53773D;
}
.BgClassName
{
background-color: #53773D;
}
</style>
border-color css
<style>
span { border-color: #53773D; }
span { border-color: rgb(83,119,61); }
td.TdClassName
{
border-color: #53773D;
}
.TagClassName
{
border-color: #53773D;
}
</style>