Shades of Fern Green #53884A
Tints of Fern Green #53884A
RGB
CMYK
RGB Variations
Color information
#53884A (or 0x53884A) is known color: Fern Green. HEX triplet: 53, 88 and 4A. RGB value is (83,136,74). Sum of RGB (Red+Green+Blue) = 83+136+74=293 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.33% from 293); Green value is 136 (53.52% from 255 or 46.42% from 293); Blue value is 74 (29.30% from 255 or 25.26% from 293); Max value from RGB is 136 - color contains mainly: green. Hex color #53884A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #53884A is #AC77B5. Grayscale: #717171. Windows color (decimal): -11302838 or 4884563. OLE color: 4884563.
HSL color Cylindrical-coordinate representation of color #53884A: hue angle of 111.29º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #53884A is Cyan = 0.39, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 83 | 136 | 74 | - |
| CMYK | 0.39 | 0 | 0.46 | 0.47 |
| HSL | 111.29º | 0.3% | 0.41% | - |
| HSV(B) | 111.29º | 0.46% | 0.53% | - |
| XYZ | 13.61 | 19.94 | 9.61 | - |
| YUV | 113.09 | 105.94 | 106.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 136 | 74 | 0.39 | 0 | 0.46 | 0.47 | 111.29 | 0.3 | 0.41 |
| Hex | 53 | 88 | 4A | 27 | 0 | 2E | 2F | 6F | 1E | 29 |
| Octal | 123 | 210 | 112 | 47 | 0 | 56 | 57 | 157 | 36 | 51 |
| Binary | 1010011 | 10001000 | 1001010 | 100111 | 0 | 101110 | 101111 | 1101111 | 11110 | 101001 |
Color Harmonies of #53884A
Complementary color
Monochromatic Colors of #53884A
Black with #53884A
Text Example
Text Example
White with #53884A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53884A; }
p { color: rgb(83,136,74); }
H1.HeaderClassName
{
color: #53884A;
}
.AnyTagClassName
{
color: #53884A;
}
</style>
background-color css
<style>
a { background-color: #53884A; }
a { background-color: rgb(83,136,74); }
div.DivClassName
{
background-color: #53884A;
}
.BgClassName
{
background-color: #53884A;
}
</style>
border-color css
<style>
span { border-color: #53884A; }
span { border-color: rgb(83,136,74); }
td.TdClassName
{
border-color: #53884A;
}
.TagClassName
{
border-color: #53884A;
}
</style>