Shades of Fern Green #53753C
Tints of Fern Green #53753C
RGB
CMYK
RGB Variations
Color information
#53753C (or 0x53753C) is known color: Fern Green. HEX triplet: 53, 75 and 3C. RGB value is (83,117,60). Sum of RGB (Red+Green+Blue) = 83+117+60=260 (34% of max value = 765). Red value is 83 (32.81% from 255 or 31.92% from 260); Green value is 117 (46.09% from 255 or 45% from 260); Blue value is 60 (23.83% from 255 or 23.08% from 260); Max value from RGB is 117 - color contains mainly: green. Hex color #53753C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #53753C is #AC8AC3. Grayscale: #646464. Windows color (decimal): -11307716 or 3962195. OLE color: 3962195.
HSL color Cylindrical-coordinate representation of color #53753C: hue angle of 95.79º degrees, saturation: 0.32, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #53753C is Cyan = 0.29, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 83 | 117 | 60 | - |
| CMYK | 0.29 | 0 | 0.49 | 0.54 |
| HSL | 95.79º | 0.32% | 0.35% | - |
| HSV(B) | 95.79º | 0.49% | 0.46% | - |
| XYZ | 10.74 | 14.89 | 6.58 | - |
| YUV | 100.34 | 105.24 | 115.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 117 | 60 | 0.29 | 0 | 0.49 | 0.54 | 95.79 | 0.32 | 0.35 |
| Hex | 53 | 75 | 3C | 1D | 0 | 31 | 36 | 60 | 20 | 23 |
| Octal | 123 | 165 | 74 | 35 | 0 | 61 | 66 | 140 | 40 | 43 |
| Binary | 1010011 | 1110101 | 111100 | 11101 | 0 | 110001 | 110110 | 1100000 | 100000 | 100011 |
Color Harmonies of #53753C
Complementary color
Monochromatic Colors of #53753C
Black with #53753C
Text Example
Text Example
White with #53753C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53753C; }
p { color: rgb(83,117,60); }
H1.HeaderClassName
{
color: #53753C;
}
.AnyTagClassName
{
color: #53753C;
}
</style>
background-color css
<style>
a { background-color: #53753C; }
a { background-color: rgb(83,117,60); }
div.DivClassName
{
background-color: #53753C;
}
.BgClassName
{
background-color: #53753C;
}
</style>
border-color css
<style>
span { border-color: #53753C; }
span { border-color: rgb(83,117,60); }
td.TdClassName
{
border-color: #53753C;
}
.TagClassName
{
border-color: #53753C;
}
</style>