Shades of Fern Green #53824D
Tints of Fern Green #53824D
RGB
CMYK
RGB Variations
Color information
#53824D (or 0x53824D) is known color: Fern Green. HEX triplet: 53, 82 and 4D. RGB value is (83,130,77). Sum of RGB (Red+Green+Blue) = 83+130+77=290 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.62% from 290); Green value is 130 (51.17% from 255 or 44.83% from 290); Blue value is 77 (30.47% from 255 or 26.55% from 290); Max value from RGB is 130 - color contains mainly: green. Hex color #53824D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53824D is #AC7DB2. Grayscale: #6E6E6E. Windows color (decimal): -11304371 or 5079635. OLE color: 5079635.
HSL color Cylindrical-coordinate representation of color #53824D: hue angle of 113.21º degrees, saturation: 0.26, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #53824D is Cyan = 0.36, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 83 | 130 | 77 | - |
| CMYK | 0.36 | 0 | 0.41 | 0.49 |
| HSL | 113.21º | 0.26% | 0.41% | - |
| HSV(B) | 113.21º | 0.41% | 0.51% | - |
| XYZ | 12.89 | 18.34 | 9.88 | - |
| YUV | 109.91 | 109.43 | 108.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 130 | 77 | 0.36 | 0 | 0.41 | 0.49 | 113.21 | 0.26 | 0.41 |
| Hex | 53 | 82 | 4D | 24 | 0 | 29 | 31 | 71 | 1A | 29 |
| Octal | 123 | 202 | 115 | 44 | 0 | 51 | 61 | 161 | 32 | 51 |
| Binary | 1010011 | 10000010 | 1001101 | 100100 | 0 | 101001 | 110001 | 1110001 | 11010 | 101001 |
Color Harmonies of #53824D
Complementary color
Monochromatic Colors of #53824D
Black with #53824D
Text Example
Text Example
White with #53824D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53824D; }
p { color: rgb(83,130,77); }
H1.HeaderClassName
{
color: #53824D;
}
.AnyTagClassName
{
color: #53824D;
}
</style>
background-color css
<style>
a { background-color: #53824D; }
a { background-color: rgb(83,130,77); }
div.DivClassName
{
background-color: #53824D;
}
.BgClassName
{
background-color: #53824D;
}
</style>
border-color css
<style>
span { border-color: #53824D; }
span { border-color: rgb(83,130,77); }
td.TdClassName
{
border-color: #53824D;
}
.TagClassName
{
border-color: #53824D;
}
</style>