Shades of Fern Green #53894A
Tints of Fern Green #53894A
RGB
CMYK
RGB Variations
Color information
#53894A (or 0x53894A) is known color: Fern Green. HEX triplet: 53, 89 and 4A. RGB value is (83,137,74). Sum of RGB (Red+Green+Blue) = 83+137+74=294 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.23% from 294); Green value is 137 (53.91% from 255 or 46.60% from 294); Blue value is 74 (29.30% from 255 or 25.17% from 294); Max value from RGB is 137 - color contains mainly: green. Hex color #53894A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #53894A is #AC76B5. Grayscale: #717171. Windows color (decimal): -11302582 or 4884819. OLE color: 4884819.
HSL color Cylindrical-coordinate representation of color #53894A: hue angle of 111.43º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #53894A is Cyan = 0.39, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 83 | 137 | 74 | - |
| CMYK | 0.39 | 0 | 0.46 | 0.46 |
| HSL | 111.43º | 0.3% | 0.41% | - |
| HSV(B) | 111.43º | 0.46% | 0.54% | - |
| XYZ | 13.75 | 20.22 | 9.66 | - |
| YUV | 113.67 | 105.61 | 106.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 137 | 74 | 0.39 | 0 | 0.46 | 0.46 | 111.43 | 0.3 | 0.41 |
| Hex | 53 | 89 | 4A | 27 | 0 | 2E | 2E | 6F | 1E | 29 |
| Octal | 123 | 211 | 112 | 47 | 0 | 56 | 56 | 157 | 36 | 51 |
| Binary | 1010011 | 10001001 | 1001010 | 100111 | 0 | 101110 | 101110 | 1101111 | 11110 | 101001 |
Color Harmonies of #53894A
Complementary color
Monochromatic Colors of #53894A
Black with #53894A
Text Example
Text Example
White with #53894A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53894A; }
p { color: rgb(83,137,74); }
H1.HeaderClassName
{
color: #53894A;
}
.AnyTagClassName
{
color: #53894A;
}
</style>
background-color css
<style>
a { background-color: #53894A; }
a { background-color: rgb(83,137,74); }
div.DivClassName
{
background-color: #53894A;
}
.BgClassName
{
background-color: #53894A;
}
</style>
border-color css
<style>
span { border-color: #53894A; }
span { border-color: rgb(83,137,74); }
td.TdClassName
{
border-color: #53894A;
}
.TagClassName
{
border-color: #53894A;
}
</style>