Shades of Fern Green #53844B
Tints of Fern Green #53844B
RGB
CMYK
RGB Variations
Color information
#53844B (or 0x53844B) is known color: Fern Green. HEX triplet: 53, 84 and 4B. RGB value is (83,132,75). Sum of RGB (Red+Green+Blue) = 83+132+75=290 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.62% from 290); Green value is 132 (51.95% from 255 or 45.52% from 290); Blue value is 75 (29.69% from 255 or 25.86% from 290); Max value from RGB is 132 - color contains mainly: green. Hex color #53844B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #53844B is #AC7BB4. Grayscale: #6F6F6F. Windows color (decimal): -11303861 or 4949075. OLE color: 4949075.
HSL color Cylindrical-coordinate representation of color #53844B: hue angle of 111.58º degrees, saturation: 0.28, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #53844B is Cyan = 0.37, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 83 | 132 | 75 | - |
| CMYK | 0.37 | 0 | 0.43 | 0.48 |
| HSL | 111.58º | 0.28% | 0.41% | - |
| HSV(B) | 111.58º | 0.43% | 0.52% | - |
| XYZ | 13.09 | 18.85 | 9.61 | - |
| YUV | 110.85 | 107.77 | 108.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 132 | 75 | 0.37 | 0 | 0.43 | 0.48 | 111.58 | 0.28 | 0.41 |
| Hex | 53 | 84 | 4B | 25 | 0 | 2B | 30 | 70 | 1C | 29 |
| Octal | 123 | 204 | 113 | 45 | 0 | 53 | 60 | 160 | 34 | 51 |
| Binary | 1010011 | 10000100 | 1001011 | 100101 | 0 | 101011 | 110000 | 1110000 | 11100 | 101001 |
Color Harmonies of #53844B
Complementary color
Monochromatic Colors of #53844B
Black with #53844B
Text Example
Text Example
White with #53844B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53844B; }
p { color: rgb(83,132,75); }
H1.HeaderClassName
{
color: #53844B;
}
.AnyTagClassName
{
color: #53844B;
}
</style>
background-color css
<style>
a { background-color: #53844B; }
a { background-color: rgb(83,132,75); }
div.DivClassName
{
background-color: #53844B;
}
.BgClassName
{
background-color: #53844B;
}
</style>
border-color css
<style>
span { border-color: #53844B; }
span { border-color: rgb(83,132,75); }
td.TdClassName
{
border-color: #53844B;
}
.TagClassName
{
border-color: #53844B;
}
</style>