Shades of Fern Green #53863C
Tints of Fern Green #53863C
RGB
CMYK
RGB Variations
Color information
#53863C (or 0x53863C) is known color: Fern Green. HEX triplet: 53, 86 and 3C. RGB value is (83,134,60). Sum of RGB (Red+Green+Blue) = 83+134+60=277 (36% of max value = 765). Red value is 83 (32.81% from 255 or 29.96% from 277); Green value is 134 (52.73% from 255 or 48.38% from 277); Blue value is 60 (23.83% from 255 or 21.66% from 277); Max value from RGB is 134 - color contains mainly: green. Hex color #53863C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #53863C is #AC79C3. Grayscale: #6E6E6E. Windows color (decimal): -11303364 or 3966547. OLE color: 3966547.
HSL color Cylindrical-coordinate representation of color #53863C: hue angle of 101.35º degrees, saturation: 0.38, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #53863C is Cyan = 0.38, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 83 | 134 | 60 | - |
| CMYK | 0.38 | 0 | 0.55 | 0.47 |
| HSL | 101.35º | 0.38% | 0.38% | - |
| HSV(B) | 101.35º | 0.55% | 0.53% | - |
| XYZ | 12.91 | 19.22 | 7.3 | - |
| YUV | 110.32 | 99.6 | 108.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 134 | 60 | 0.38 | 0 | 0.55 | 0.47 | 101.35 | 0.38 | 0.38 |
| Hex | 53 | 86 | 3C | 26 | 0 | 37 | 2F | 65 | 26 | 26 |
| Octal | 123 | 206 | 74 | 46 | 0 | 67 | 57 | 145 | 46 | 46 |
| Binary | 1010011 | 10000110 | 111100 | 100110 | 0 | 110111 | 101111 | 1100101 | 100110 | 100110 |
Color Harmonies of #53863C
Complementary color
Monochromatic Colors of #53863C
Black with #53863C
Text Example
Text Example
White with #53863C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53863C; }
p { color: rgb(83,134,60); }
H1.HeaderClassName
{
color: #53863C;
}
.AnyTagClassName
{
color: #53863C;
}
</style>
background-color css
<style>
a { background-color: #53863C; }
a { background-color: rgb(83,134,60); }
div.DivClassName
{
background-color: #53863C;
}
.BgClassName
{
background-color: #53863C;
}
</style>
border-color css
<style>
span { border-color: #53863C; }
span { border-color: rgb(83,134,60); }
td.TdClassName
{
border-color: #53863C;
}
.TagClassName
{
border-color: #53863C;
}
</style>