Shades of Fern Green #53814E
Tints of Fern Green #53814E
RGB
CMYK
RGB Variations
Color information
#53814E (or 0x53814E) is known color: Fern Green. HEX triplet: 53, 81 and 4E. RGB value is (83,129,78). Sum of RGB (Red+Green+Blue) = 83+129+78=290 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.62% from 290); Green value is 129 (50.78% from 255 or 44.48% from 290); Blue value is 78 (30.86% from 255 or 26.90% from 290); Max value from RGB is 129 - color contains mainly: green. Hex color #53814E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53814E is #AC7EB1. Grayscale: #6D6D6D. Windows color (decimal): -11304626 or 5144915. OLE color: 5144915.
HSL color Cylindrical-coordinate representation of color #53814E: hue angle of 114.12º degrees, saturation: 0.25, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #53814E is Cyan = 0.36, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 83 | 129 | 78 | - |
| CMYK | 0.36 | 0 | 0.40 | 0.49 |
| HSL | 114.12º | 0.25% | 0.41% | - |
| HSV(B) | 114.12º | 0.4% | 0.51% | - |
| XYZ | 12.79 | 18.09 | 10.03 | - |
| YUV | 109.43 | 110.26 | 109.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 129 | 78 | 0.36 | 0 | 0.40 | 0.49 | 114.12 | 0.25 | 0.41 |
| Hex | 53 | 81 | 4E | 24 | 0 | 28 | 31 | 72 | 19 | 29 |
| Octal | 123 | 201 | 116 | 44 | 0 | 50 | 61 | 162 | 31 | 51 |
| Binary | 1010011 | 10000001 | 1001110 | 100100 | 0 | 101000 | 110001 | 1110010 | 11001 | 101001 |
Color Harmonies of #53814E
Complementary color
Monochromatic Colors of #53814E
Black with #53814E
Text Example
Text Example
White with #53814E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53814E; }
p { color: rgb(83,129,78); }
H1.HeaderClassName
{
color: #53814E;
}
.AnyTagClassName
{
color: #53814E;
}
</style>
background-color css
<style>
a { background-color: #53814E; }
a { background-color: rgb(83,129,78); }
div.DivClassName
{
background-color: #53814E;
}
.BgClassName
{
background-color: #53814E;
}
</style>
border-color css
<style>
span { border-color: #53814E; }
span { border-color: rgb(83,129,78); }
td.TdClassName
{
border-color: #53814E;
}
.TagClassName
{
border-color: #53814E;
}
</style>