Shades of Fern Green #53734B
Tints of Fern Green #53734B
RGB
CMYK
RGB Variations
Color information
#53734B (or 0x53734B) is known color: Fern Green. HEX triplet: 53, 73 and 4B. RGB value is (83,115,75). Sum of RGB (Red+Green+Blue) = 83+115+75=273 (36% of max value = 765). Red value is 83 (32.81% from 255 or 30.40% from 273); Green value is 115 (45.31% from 255 or 42.12% from 273); Blue value is 75 (29.69% from 255 or 27.47% from 273); Max value from RGB is 115 - color contains mainly: green. Hex color #53734B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #53734B is #AC8CB4. Grayscale: #656565. Windows color (decimal): -11308213 or 4944723. OLE color: 4944723.
HSL color Cylindrical-coordinate representation of color #53734B: hue angle of 108º degrees, saturation: 0.21, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #53734B is Cyan = 0.28, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 83 | 115 | 75 | - |
| CMYK | 0.28 | 0 | 0.35 | 0.55 |
| HSL | 108º | 0.21% | 0.37% | - |
| HSV(B) | 108º | 0.35% | 0.45% | - |
| XYZ | 10.97 | 14.61 | 8.9 | - |
| YUV | 100.87 | 113.4 | 115.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 115 | 75 | 0.28 | 0 | 0.35 | 0.55 | 108 | 0.21 | 0.37 |
| Hex | 53 | 73 | 4B | 1C | 0 | 23 | 37 | 6C | 15 | 25 |
| Octal | 123 | 163 | 113 | 34 | 0 | 43 | 67 | 154 | 25 | 45 |
| Binary | 1010011 | 1110011 | 1001011 | 11100 | 0 | 100011 | 110111 | 1101100 | 10101 | 100101 |
Color Harmonies of #53734B
Complementary color
Monochromatic Colors of #53734B
Black with #53734B
Text Example
Text Example
White with #53734B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53734B; }
p { color: rgb(83,115,75); }
H1.HeaderClassName
{
color: #53734B;
}
.AnyTagClassName
{
color: #53734B;
}
</style>
background-color css
<style>
a { background-color: #53734B; }
a { background-color: rgb(83,115,75); }
div.DivClassName
{
background-color: #53734B;
}
.BgClassName
{
background-color: #53734B;
}
</style>
border-color css
<style>
span { border-color: #53734B; }
span { border-color: rgb(83,115,75); }
td.TdClassName
{
border-color: #53734B;
}
.TagClassName
{
border-color: #53734B;
}
</style>