Shades of Fern Green #547D3C
Tints of Fern Green #547D3C
RGB
CMYK
RGB Variations
Color information
#547D3C (or 0x547D3C) is known color: Fern Green. HEX triplet: 54, 7D and 3C. RGB value is (84,125,60). Sum of RGB (Red+Green+Blue) = 84+125+60=269 (35% of max value = 765). Red value is 84 (33.20% from 255 or 31.23% from 269); Green value is 125 (49.22% from 255 or 46.47% from 269); Blue value is 60 (23.83% from 255 or 22.30% from 269); Max value from RGB is 125 - color contains mainly: green. Hex color #547D3C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #547D3C is #AB82C3. Grayscale: #696969. Windows color (decimal): -11240132 or 3964244. OLE color: 3964244.
HSL color Cylindrical-coordinate representation of color #547D3C: hue angle of 97.85º degrees, saturation: 0.35, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #547D3C is Cyan = 0.33, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 84 | 125 | 60 | - |
| CMYK | 0.33 | 0 | 0.52 | 0.51 |
| HSL | 97.85º | 0.35% | 0.36% | - |
| HSV(B) | 97.85º | 0.52% | 0.49% | - |
| XYZ | 11.81 | 16.88 | 6.91 | - |
| YUV | 105.33 | 102.42 | 112.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 125 | 60 | 0.33 | 0 | 0.52 | 0.51 | 97.85 | 0.35 | 0.36 |
| Hex | 54 | 7D | 3C | 21 | 0 | 34 | 33 | 62 | 23 | 24 |
| Octal | 124 | 175 | 74 | 41 | 0 | 64 | 63 | 142 | 43 | 44 |
| Binary | 1010100 | 1111101 | 111100 | 100001 | 0 | 110100 | 110011 | 1100010 | 100011 | 100100 |
Color Harmonies of #547D3C
Complementary color
Monochromatic Colors of #547D3C
Black with #547D3C
Text Example
Text Example
White with #547D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #547D3C; }
p { color: rgb(84,125,60); }
H1.HeaderClassName
{
color: #547D3C;
}
.AnyTagClassName
{
color: #547D3C;
}
</style>
background-color css
<style>
a { background-color: #547D3C; }
a { background-color: rgb(84,125,60); }
div.DivClassName
{
background-color: #547D3C;
}
.BgClassName
{
background-color: #547D3C;
}
</style>
border-color css
<style>
span { border-color: #547D3C; }
span { border-color: rgb(84,125,60); }
td.TdClassName
{
border-color: #547D3C;
}
.TagClassName
{
border-color: #547D3C;
}
</style>