Shades of Fern Green #54923D
Tints of Fern Green #54923D
RGB
CMYK
RGB Variations
Color information
#54923D (or 0x54923D) is known color: Fern Green. HEX triplet: 54, 92 and 3D. RGB value is (84,146,61). Sum of RGB (Red+Green+Blue) = 84+146+61=291 (38% of max value = 765). Red value is 84 (33.20% from 255 or 28.87% from 291); Green value is 146 (57.42% from 255 or 50.17% from 291); Blue value is 61 (24.22% from 255 or 20.96% from 291); Max value from RGB is 146 - color contains mainly: green. Hex color #54923D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #54923D is #AB6DC2. Grayscale: #767676. Windows color (decimal): -11234755 or 4035156. OLE color: 4035156.
HSL color Cylindrical-coordinate representation of color #54923D: hue angle of 103.76º degrees, saturation: 0.41, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #54923D is Cyan = 0.42, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 84 | 146 | 61 | - |
| CMYK | 0.42 | 0 | 0.58 | 0.43 |
| HSL | 103.76º | 0.41% | 0.41% | - |
| HSV(B) | 103.76º | 0.58% | 0.57% | - |
| XYZ | 14.78 | 22.78 | 8.03 | - |
| YUV | 117.77 | 95.96 | 103.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 146 | 61 | 0.42 | 0 | 0.58 | 0.43 | 103.76 | 0.41 | 0.41 |
| Hex | 54 | 92 | 3D | 2A | 0 | 3A | 2B | 68 | 29 | 29 |
| Octal | 124 | 222 | 75 | 52 | 0 | 72 | 53 | 150 | 51 | 51 |
| Binary | 1010100 | 10010010 | 111101 | 101010 | 0 | 111010 | 101011 | 1101000 | 101001 | 101001 |
Color Harmonies of #54923D
Complementary color
Monochromatic Colors of #54923D
Black with #54923D
Text Example
Text Example
White with #54923D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54923D; }
p { color: rgb(84,146,61); }
H1.HeaderClassName
{
color: #54923D;
}
.AnyTagClassName
{
color: #54923D;
}
</style>
background-color css
<style>
a { background-color: #54923D; }
a { background-color: rgb(84,146,61); }
div.DivClassName
{
background-color: #54923D;
}
.BgClassName
{
background-color: #54923D;
}
</style>
border-color css
<style>
span { border-color: #54923D; }
span { border-color: rgb(84,146,61); }
td.TdClassName
{
border-color: #54923D;
}
.TagClassName
{
border-color: #54923D;
}
</style>