#547046

Color #547046 Fern Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fern Green #547046

Tints of Fern Green #547046

Color information

#547046 (or 0x547046) is unknown color: approx Fern Green. HEX triplet: 54, 70 and 46. RGB value is (84,112,70). Sum of RGB (Red+Green+Blue) = 84+112+70=266 (35% of max value = 765). Red value is 84 (33.20% from 255 or 31.58% from 266); Green value is 112 (44.14% from 255 or 42.11% from 266); Blue value is 70 (27.73% from 255 or 26.32% from 266); Max value from RGB is 112 - color contains mainly: green. Hex color #547046 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #547046 is #AB8FB9. Grayscale: #626262. Windows color (decimal): -11243450 or 4616276. OLE color: 4616276.

HSL color Cylindrical-coordinate representation of color #547046: hue angle of 100º degrees, saturation: 0.23, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #547046 is Cyan = 0.25, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.56.

Color convert

RGB8411270-
CMYK0.2500.380.56
HSL100º23.08%35.69%-
HSV(B)100º37.5%43.92%-
XYZ10.5613.927.92-
YUV98.84111.72117.42-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 84 (33.20% from 255) = 31.58%
GREEN value IS 112 (44.14% from 255) = 42.11%
BLUE value IS 70 (27.73% from 255) = 26.32%
R=31.58%
G=42.11%
B=26.32%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal84112700.2500.380.5610023.0835.69
Hex5470461902638641724
Octal12416010631046701442744
Binary101010011100001000110110010100110111000110010010111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #547046

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #547046; }

 p { color: rgb(84,112,70); }

 H1.HeaderClassName
 {
   color: #547046;
 }
 .AnyTagClassName
 {
   color: #547046;
 }
</style>
background-color css

<style>
 a { background-color: #547046; }

 a { background-color: rgb(84,112,70); }

 div.DivClassName
 {
   background-color: #547046;
 }
 .BgClassName
 {
   background-color: #547046;
 }
</style>
border-color css

<style>
 span { border-color: #547046; }

 span { border-color: rgb(84,112,70); }

 td.TdClassName
 {
   border-color: #547046;
 }
 .TagClassName
 {
   border-color: #547046;
 }
</style>