Shades of Fern Green #53874A
Tints of Fern Green #53874A
RGB
CMYK
RGB Variations
Color information
#53874A (or 0x53874A) is known color: Fern Green. HEX triplet: 53, 87 and 4A. RGB value is (83,135,74). Sum of RGB (Red+Green+Blue) = 83+135+74=292 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.42% from 292); Green value is 135 (53.12% from 255 or 46.23% from 292); Blue value is 74 (29.30% from 255 or 25.34% from 292); Max value from RGB is 135 - color contains mainly: green. Hex color #53874A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #53874A is #AC78B5. Grayscale: #707070. Windows color (decimal): -11303094 or 4884307. OLE color: 4884307.
HSL color Cylindrical-coordinate representation of color #53874A: hue angle of 111.15º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #53874A is Cyan = 0.39, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 83 | 135 | 74 | - |
| CMYK | 0.39 | 0 | 0.45 | 0.47 |
| HSL | 111.15º | 0.29% | 0.41% | - |
| HSV(B) | 111.15º | 0.45% | 0.53% | - |
| XYZ | 13.47 | 19.66 | 9.56 | - |
| YUV | 112.5 | 106.27 | 106.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 135 | 74 | 0.39 | 0 | 0.45 | 0.47 | 111.15 | 0.29 | 0.41 |
| Hex | 53 | 87 | 4A | 27 | 0 | 2D | 2F | 6F | 1D | 29 |
| Octal | 123 | 207 | 112 | 47 | 0 | 55 | 57 | 157 | 35 | 51 |
| Binary | 1010011 | 10000111 | 1001010 | 100111 | 0 | 101101 | 101111 | 1101111 | 11101 | 101001 |
Color Harmonies of #53874A
Complementary color
Monochromatic Colors of #53874A
Black with #53874A
Text Example
Text Example
White with #53874A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53874A; }
p { color: rgb(83,135,74); }
H1.HeaderClassName
{
color: #53874A;
}
.AnyTagClassName
{
color: #53874A;
}
</style>
background-color css
<style>
a { background-color: #53874A; }
a { background-color: rgb(83,135,74); }
div.DivClassName
{
background-color: #53874A;
}
.BgClassName
{
background-color: #53874A;
}
</style>
border-color css
<style>
span { border-color: #53874A; }
span { border-color: rgb(83,135,74); }
td.TdClassName
{
border-color: #53874A;
}
.TagClassName
{
border-color: #53874A;
}
</style>