Shades of Fern Green #54913D
Tints of Fern Green #54913D
RGB
CMYK
RGB Variations
Color information
#54913D (or 0x54913D) is known color: Fern Green. HEX triplet: 54, 91 and 3D. RGB value is (84,145,61). Sum of RGB (Red+Green+Blue) = 84+145+61=290 (38% of max value = 765). Red value is 84 (33.20% from 255 or 28.97% from 290); Green value is 145 (57.03% from 255 or 50% from 290); Blue value is 61 (24.22% from 255 or 21.03% from 290); Max value from RGB is 145 - color contains mainly: green. Hex color #54913D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #54913D is #AB6EC2. Grayscale: #757575. Windows color (decimal): -11235011 or 4034900. OLE color: 4034900.
HSL color Cylindrical-coordinate representation of color #54913D: hue angle of 103.57º degrees, saturation: 0.41, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #54913D is Cyan = 0.42, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 84 | 145 | 61 | - |
| CMYK | 0.42 | 0 | 0.58 | 0.43 |
| HSL | 103.57º | 0.41% | 0.4% | - |
| HSV(B) | 103.57º | 0.58% | 0.57% | - |
| XYZ | 14.62 | 22.47 | 7.98 | - |
| YUV | 117.19 | 96.29 | 104.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 145 | 61 | 0.42 | 0 | 0.58 | 0.43 | 103.57 | 0.41 | 0.4 |
| Hex | 54 | 91 | 3D | 2A | 0 | 3A | 2B | 68 | 29 | 28 |
| Octal | 124 | 221 | 75 | 52 | 0 | 72 | 53 | 150 | 51 | 50 |
| Binary | 1010100 | 10010001 | 111101 | 101010 | 0 | 111010 | 101011 | 1101000 | 101001 | 101000 |
Color Harmonies of #54913D
Complementary color
Monochromatic Colors of #54913D
Black with #54913D
Text Example
Text Example
White with #54913D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54913D; }
p { color: rgb(84,145,61); }
H1.HeaderClassName
{
color: #54913D;
}
.AnyTagClassName
{
color: #54913D;
}
</style>
background-color css
<style>
a { background-color: #54913D; }
a { background-color: rgb(84,145,61); }
div.DivClassName
{
background-color: #54913D;
}
.BgClassName
{
background-color: #54913D;
}
</style>
border-color css
<style>
span { border-color: #54913D; }
span { border-color: rgb(84,145,61); }
td.TdClassName
{
border-color: #54913D;
}
.TagClassName
{
border-color: #54913D;
}
</style>