Shades of Fern Green #53733F
Tints of Fern Green #53733F
RGB
CMYK
RGB Variations
Color information
#53733F (or 0x53733F) is known color: Fern Green. HEX triplet: 53, 73 and 3F. RGB value is (83,115,63). Sum of RGB (Red+Green+Blue) = 83+115+63=261 (34% of max value = 765). Red value is 83 (32.81% from 255 or 31.80% from 261); Green value is 115 (45.31% from 255 or 44.06% from 261); Blue value is 63 (25% from 255 or 24.14% from 261); Max value from RGB is 115 - color contains mainly: green. Hex color #53733F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #53733F is #AC8CC0. Grayscale: #636363. Windows color (decimal): -11308225 or 4158291. OLE color: 4158291.
HSL color Cylindrical-coordinate representation of color #53733F: hue angle of 96.92º degrees, saturation: 0.29, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #53733F is Cyan = 0.28, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 83 | 115 | 63 | - |
| CMYK | 0.28 | 0 | 0.45 | 0.55 |
| HSL | 96.92º | 0.29% | 0.35% | - |
| HSV(B) | 96.92º | 0.45% | 0.45% | - |
| XYZ | 10.6 | 14.46 | 6.94 | - |
| YUV | 99.5 | 107.4 | 116.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 115 | 63 | 0.28 | 0 | 0.45 | 0.55 | 96.92 | 0.29 | 0.35 |
| Hex | 53 | 73 | 3F | 1C | 0 | 2D | 37 | 61 | 1D | 23 |
| Octal | 123 | 163 | 77 | 34 | 0 | 55 | 67 | 141 | 35 | 43 |
| Binary | 1010011 | 1110011 | 111111 | 11100 | 0 | 101101 | 110111 | 1100001 | 11101 | 100011 |
Color Harmonies of #53733F
Complementary color
Monochromatic Colors of #53733F
Black with #53733F
Text Example
Text Example
White with #53733F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53733F; }
p { color: rgb(83,115,63); }
H1.HeaderClassName
{
color: #53733F;
}
.AnyTagClassName
{
color: #53733F;
}
</style>
background-color css
<style>
a { background-color: #53733F; }
a { background-color: rgb(83,115,63); }
div.DivClassName
{
background-color: #53733F;
}
.BgClassName
{
background-color: #53733F;
}
</style>
border-color css
<style>
span { border-color: #53733F; }
span { border-color: rgb(83,115,63); }
td.TdClassName
{
border-color: #53733F;
}
.TagClassName
{
border-color: #53733F;
}
</style>