Shades of Fern Green #53853C
Tints of Fern Green #53853C
RGB
CMYK
RGB Variations
Color information
#53853C (or 0x53853C) is known color: Fern Green. HEX triplet: 53, 85 and 3C. RGB value is (83,133,60). Sum of RGB (Red+Green+Blue) = 83+133+60=276 (36% of max value = 765). Red value is 83 (32.81% from 255 or 30.07% from 276); Green value is 133 (52.34% from 255 or 48.19% from 276); Blue value is 60 (23.83% from 255 or 21.74% from 276); Max value from RGB is 133 - color contains mainly: green. Hex color #53853C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #53853C is #AC7AC3. Grayscale: #6D6D6D. Windows color (decimal): -11303620 or 3966291. OLE color: 3966291.
HSL color Cylindrical-coordinate representation of color #53853C: hue angle of 101.1º degrees, saturation: 0.38, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #53853C is Cyan = 0.38, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 83 | 133 | 60 | - |
| CMYK | 0.38 | 0 | 0.55 | 0.48 |
| HSL | 101.1º | 0.38% | 0.38% | - |
| HSV(B) | 101.1º | 0.55% | 0.52% | - |
| XYZ | 12.77 | 18.94 | 7.26 | - |
| YUV | 109.73 | 99.94 | 108.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 133 | 60 | 0.38 | 0 | 0.55 | 0.48 | 101.1 | 0.38 | 0.38 |
| Hex | 53 | 85 | 3C | 26 | 0 | 37 | 30 | 65 | 26 | 26 |
| Octal | 123 | 205 | 74 | 46 | 0 | 67 | 60 | 145 | 46 | 46 |
| Binary | 1010011 | 10000101 | 111100 | 100110 | 0 | 110111 | 110000 | 1100101 | 100110 | 100110 |
Color Harmonies of #53853C
Complementary color
Monochromatic Colors of #53853C
Black with #53853C
Text Example
Text Example
White with #53853C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53853C; }
p { color: rgb(83,133,60); }
H1.HeaderClassName
{
color: #53853C;
}
.AnyTagClassName
{
color: #53853C;
}
</style>
background-color css
<style>
a { background-color: #53853C; }
a { background-color: rgb(83,133,60); }
div.DivClassName
{
background-color: #53853C;
}
.BgClassName
{
background-color: #53853C;
}
</style>
border-color css
<style>
span { border-color: #53853C; }
span { border-color: rgb(83,133,60); }
td.TdClassName
{
border-color: #53853C;
}
.TagClassName
{
border-color: #53853C;
}
</style>