Shades of Fern Green #53763F
Tints of Fern Green #53763F
RGB
CMYK
RGB Variations
Color information
#53763F (or 0x53763F) is known color: Fern Green. HEX triplet: 53, 76 and 3F. RGB value is (83,118,63). Sum of RGB (Red+Green+Blue) = 83+118+63=264 (34% of max value = 765). Red value is 83 (32.81% from 255 or 31.44% from 264); Green value is 118 (46.48% from 255 or 44.70% from 264); Blue value is 63 (25% from 255 or 23.86% from 264); Max value from RGB is 118 - color contains mainly: green. Hex color #53763F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #53763F is #AC89C0. Grayscale: #656565. Windows color (decimal): -11307457 or 4159059. OLE color: 4159059.
HSL color Cylindrical-coordinate representation of color #53763F: hue angle of 98.18º degrees, saturation: 0.3, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #53763F is Cyan = 0.30, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 83 | 118 | 63 | - |
| CMYK | 0.30 | 0 | 0.47 | 0.54 |
| HSL | 98.18º | 0.3% | 0.35% | - |
| HSV(B) | 98.18º | 0.47% | 0.46% | - |
| XYZ | 10.94 | 15.15 | 7.05 | - |
| YUV | 101.27 | 106.4 | 114.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 118 | 63 | 0.30 | 0 | 0.47 | 0.54 | 98.18 | 0.3 | 0.35 |
| Hex | 53 | 76 | 3F | 1E | 0 | 2F | 36 | 62 | 1E | 23 |
| Octal | 123 | 166 | 77 | 36 | 0 | 57 | 66 | 142 | 36 | 43 |
| Binary | 1010011 | 1110110 | 111111 | 11110 | 0 | 101111 | 110110 | 1100010 | 11110 | 100011 |
Color Harmonies of #53763F
Complementary color
Monochromatic Colors of #53763F
Black with #53763F
Text Example
Text Example
White with #53763F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53763F; }
p { color: rgb(83,118,63); }
H1.HeaderClassName
{
color: #53763F;
}
.AnyTagClassName
{
color: #53763F;
}
</style>
background-color css
<style>
a { background-color: #53763F; }
a { background-color: rgb(83,118,63); }
div.DivClassName
{
background-color: #53763F;
}
.BgClassName
{
background-color: #53763F;
}
</style>
border-color css
<style>
span { border-color: #53763F; }
span { border-color: rgb(83,118,63); }
td.TdClassName
{
border-color: #53763F;
}
.TagClassName
{
border-color: #53763F;
}
</style>