#547248

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

Shades of Fern Green #547248

Tints of Fern Green #547248

Color information

#547248 (or 0x547248) is unknown color: approx Fern Green. HEX triplet: 54, 72 and 48. RGB value is (84,114,72). Sum of RGB (Red+Green+Blue) = 84+114+72=270 (35% of max value = 765). Red value is 84 (33.20% from 255 or 31.11% from 270); Green value is 114 (44.92% from 255 or 42.22% from 270); Blue value is 72 (28.52% from 255 or 26.67% from 270); Max value from RGB is 114 - color contains mainly: green. Hex color #547248 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #547248 is #AB8DB7. Grayscale: #646464. Windows color (decimal): -11242936 or 4747860. OLE color: 4747860.

HSL color Cylindrical-coordinate representation of color #547248: hue angle of 102.86º degrees, saturation: 0.23, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #547248 is Cyan = 0.26, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.55.

Color convert

RGB8411472-
CMYK0.2600.370.55
HSL102.86º22.58%36.47%-
HSV(B)102.86º36.84%44.71%-
XYZ10.8414.398.34-
YUV100.24112.06116.42-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 31.11%
GREEN value IS 114 (44.92% from 255) = 42.22%
BLUE value IS 72 (28.52% from 255) = 26.67%
R=31.11%
G=42.22%
B=26.67%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal84114720.2600.370.55102.8622.5836.47
Hex5472481A02537671724
Octal12416211032045671472744
Binary101010011100101001000110100100101110111110011110111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #547248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #547248; }

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

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

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

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

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

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

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

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