Shades of Fern Green #53883D
Tints of Fern Green #53883D
RGB
CMYK
RGB Variations
Color information
#53883D (or 0x53883D) is known color: Fern Green. HEX triplet: 53, 88 and 3D. RGB value is (83,136,61). Sum of RGB (Red+Green+Blue) = 83+136+61=280 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.64% from 280); Green value is 136 (53.52% from 255 or 48.57% from 280); Blue value is 61 (24.22% from 255 or 21.79% from 280); Max value from RGB is 136 - color contains mainly: green. Hex color #53883D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #53883D is #AC77C2. Grayscale: #6F6F6F. Windows color (decimal): -11302851 or 4032595. OLE color: 4032595.
HSL color Cylindrical-coordinate representation of color #53883D: hue angle of 102.4º degrees, saturation: 0.38, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #53883D is Cyan = 0.39, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 83 | 136 | 61 | - |
| CMYK | 0.39 | 0 | 0.55 | 0.47 |
| HSL | 102.4º | 0.38% | 0.39% | - |
| HSV(B) | 102.4º | 0.55% | 0.53% | - |
| XYZ | 13.21 | 19.78 | 7.54 | - |
| YUV | 111.6 | 99.44 | 107.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 136 | 61 | 0.39 | 0 | 0.55 | 0.47 | 102.4 | 0.38 | 0.39 |
| Hex | 53 | 88 | 3D | 27 | 0 | 37 | 2F | 66 | 26 | 27 |
| Octal | 123 | 210 | 75 | 47 | 0 | 67 | 57 | 146 | 46 | 47 |
| Binary | 1010011 | 10001000 | 111101 | 100111 | 0 | 110111 | 101111 | 1100110 | 100110 | 100111 |
Color Harmonies of #53883D
Complementary color
Monochromatic Colors of #53883D
Black with #53883D
Text Example
Text Example
White with #53883D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53883D; }
p { color: rgb(83,136,61); }
H1.HeaderClassName
{
color: #53883D;
}
.AnyTagClassName
{
color: #53883D;
}
</style>
background-color css
<style>
a { background-color: #53883D; }
a { background-color: rgb(83,136,61); }
div.DivClassName
{
background-color: #53883D;
}
.BgClassName
{
background-color: #53883D;
}
</style>
border-color css
<style>
span { border-color: #53883D; }
span { border-color: rgb(83,136,61); }
td.TdClassName
{
border-color: #53883D;
}
.TagClassName
{
border-color: #53883D;
}
</style>