#547048

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

Shades of Fern Green #547048

Tints of Fern Green #547048

Color information

#547048 (or 0x547048) is unknown color: approx Fern Green. HEX triplet: 54, 70 and 48. RGB value is (84,112,72). Sum of RGB (Red+Green+Blue) = 84+112+72=268 (35% of max value = 765). Red value is 84 (33.20% from 255 or 31.34% from 268); Green value is 112 (44.14% from 255 or 41.79% from 268); Blue value is 72 (28.52% from 255 or 26.87% from 268); Max value from RGB is 112 - color contains mainly: green. Hex color #547048 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #547048 is #AB8FB7. Grayscale: #636363. Windows color (decimal): -11243448 or 4747348. OLE color: 4747348.

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

Color convert

RGB8411272-
CMYK0.2500.360.56
HSL102º21.74%36.08%-
HSV(B)102º35.71%43.92%-
XYZ10.6213.948.26-
YUV99.07112.72117.25-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 31.34%
GREEN value IS 112 (44.14% from 255) = 41.79%
BLUE value IS 72 (28.52% from 255) = 26.87%
R=31.34%
G=41.79%
B=26.87%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal84112720.2500.360.5610221.7436.08
Hex5470481902438661624
Octal12416011031044701462644
Binary101010011100001001000110010100100111000110011010110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #547048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #547048; }

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

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

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

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

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

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

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

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