Shades of Fern Green #53854A
Tints of Fern Green #53854A
RGB
CMYK
RGB Variations
Color information
#53854A (or 0x53854A) is known color: Fern Green. HEX triplet: 53, 85 and 4A. RGB value is (83,133,74). Sum of RGB (Red+Green+Blue) = 83+133+74=290 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.62% from 290); Green value is 133 (52.34% from 255 or 45.86% from 290); Blue value is 74 (29.30% from 255 or 25.52% from 290); Max value from RGB is 133 - color contains mainly: green. Hex color #53854A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #53854A is #AC7AB5. Grayscale: #6F6F6F. Windows color (decimal): -11303606 or 4883795. OLE color: 4883795.
HSL color Cylindrical-coordinate representation of color #53854A: hue angle of 110.85º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #53854A is Cyan = 0.38, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 83 | 133 | 74 | - |
| CMYK | 0.38 | 0 | 0.44 | 0.48 |
| HSL | 110.85º | 0.29% | 0.41% | - |
| HSV(B) | 110.85º | 0.44% | 0.52% | - |
| XYZ | 13.19 | 19.11 | 9.47 | - |
| YUV | 111.32 | 106.94 | 107.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 133 | 74 | 0.38 | 0 | 0.44 | 0.48 | 110.85 | 0.29 | 0.41 |
| Hex | 53 | 85 | 4A | 26 | 0 | 2C | 30 | 6F | 1D | 29 |
| Octal | 123 | 205 | 112 | 46 | 0 | 54 | 60 | 157 | 35 | 51 |
| Binary | 1010011 | 10000101 | 1001010 | 100110 | 0 | 101100 | 110000 | 1101111 | 11101 | 101001 |
Color Harmonies of #53854A
Complementary color
Monochromatic Colors of #53854A
Black with #53854A
Text Example
Text Example
White with #53854A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53854A; }
p { color: rgb(83,133,74); }
H1.HeaderClassName
{
color: #53854A;
}
.AnyTagClassName
{
color: #53854A;
}
</style>
background-color css
<style>
a { background-color: #53854A; }
a { background-color: rgb(83,133,74); }
div.DivClassName
{
background-color: #53854A;
}
.BgClassName
{
background-color: #53854A;
}
</style>
border-color css
<style>
span { border-color: #53854A; }
span { border-color: rgb(83,133,74); }
td.TdClassName
{
border-color: #53854A;
}
.TagClassName
{
border-color: #53854A;
}
</style>