Shades of Fern Green #53863B
Tints of Fern Green #53863B
RGB
CMYK
RGB Variations
Color information
#53863B (or 0x53863B) is known color: Fern Green. HEX triplet: 53, 86 and 3B. RGB value is (83,134,59). Sum of RGB (Red+Green+Blue) = 83+134+59=276 (36% of max value = 765). Red value is 83 (32.81% from 255 or 30.07% from 276); Green value is 134 (52.73% from 255 or 48.55% from 276); Blue value is 59 (23.44% from 255 or 21.38% from 276); Max value from RGB is 134 - color contains mainly: green. Hex color #53863B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #53863B is #AC79C4. Grayscale: #6E6E6E. Windows color (decimal): -11303365 or 3901011. OLE color: 3901011.
HSL color Cylindrical-coordinate representation of color #53863B: hue angle of 100.8º degrees, saturation: 0.39, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #53863B is Cyan = 0.38, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 83 | 134 | 59 | - |
| CMYK | 0.38 | 0 | 0.56 | 0.47 |
| HSL | 100.8º | 0.39% | 0.38% | - |
| HSV(B) | 100.8º | 0.56% | 0.53% | - |
| XYZ | 12.88 | 19.2 | 7.17 | - |
| YUV | 110.2 | 99.1 | 108.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 134 | 59 | 0.38 | 0 | 0.56 | 0.47 | 100.8 | 0.39 | 0.38 |
| Hex | 53 | 86 | 3B | 26 | 0 | 38 | 2F | 65 | 27 | 26 |
| Octal | 123 | 206 | 73 | 46 | 0 | 70 | 57 | 145 | 47 | 46 |
| Binary | 1010011 | 10000110 | 111011 | 100110 | 0 | 111000 | 101111 | 1100101 | 100111 | 100110 |
Color Harmonies of #53863B
Complementary color
Monochromatic Colors of #53863B
Black with #53863B
Text Example
Text Example
White with #53863B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53863B; }
p { color: rgb(83,134,59); }
H1.HeaderClassName
{
color: #53863B;
}
.AnyTagClassName
{
color: #53863B;
}
</style>
background-color css
<style>
a { background-color: #53863B; }
a { background-color: rgb(83,134,59); }
div.DivClassName
{
background-color: #53863B;
}
.BgClassName
{
background-color: #53863B;
}
</style>
border-color css
<style>
span { border-color: #53863B; }
span { border-color: rgb(83,134,59); }
td.TdClassName
{
border-color: #53863B;
}
.TagClassName
{
border-color: #53863B;
}
</style>