Shades of Fern Green #53763D
Tints of Fern Green #53763D
RGB
CMYK
RGB Variations
Color information
#53763D (or 0x53763D) is known color: Fern Green. HEX triplet: 53, 76 and 3D. RGB value is (83,118,61). Sum of RGB (Red+Green+Blue) = 83+118+61=262 (34% of max value = 765). Red value is 83 (32.81% from 255 or 31.68% from 262); Green value is 118 (46.48% from 255 or 45.04% from 262); Blue value is 61 (24.22% from 255 or 23.28% from 262); Max value from RGB is 118 - color contains mainly: green. Hex color #53763D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #53763D is #AC89C2. Grayscale: #656565. Windows color (decimal): -11307459 or 4027987. OLE color: 4027987.
HSL color Cylindrical-coordinate representation of color #53763D: hue angle of 96.84º degrees, saturation: 0.32, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #53763D is Cyan = 0.30, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 83 | 118 | 61 | - |
| CMYK | 0.30 | 0 | 0.48 | 0.54 |
| HSL | 96.84º | 0.32% | 0.35% | - |
| HSV(B) | 96.84º | 0.48% | 0.46% | - |
| XYZ | 10.89 | 15.13 | 6.76 | - |
| YUV | 101.04 | 105.4 | 115.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 118 | 61 | 0.30 | 0 | 0.48 | 0.54 | 96.84 | 0.32 | 0.35 |
| Hex | 53 | 76 | 3D | 1E | 0 | 30 | 36 | 61 | 20 | 23 |
| Octal | 123 | 166 | 75 | 36 | 0 | 60 | 66 | 141 | 40 | 43 |
| Binary | 1010011 | 1110110 | 111101 | 11110 | 0 | 110000 | 110110 | 1100001 | 100000 | 100011 |
Color Harmonies of #53763D
Complementary color
Monochromatic Colors of #53763D
Black with #53763D
Text Example
Text Example
White with #53763D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53763D; }
p { color: rgb(83,118,61); }
H1.HeaderClassName
{
color: #53763D;
}
.AnyTagClassName
{
color: #53763D;
}
</style>
background-color css
<style>
a { background-color: #53763D; }
a { background-color: rgb(83,118,61); }
div.DivClassName
{
background-color: #53763D;
}
.BgClassName
{
background-color: #53763D;
}
</style>
border-color css
<style>
span { border-color: #53763D; }
span { border-color: rgb(83,118,61); }
td.TdClassName
{
border-color: #53763D;
}
.TagClassName
{
border-color: #53763D;
}
</style>