#548348

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

Shades of Fern Green #548348

Tints of Fern Green #548348

Color information

#548348 (or 0x548348) is unknown color: approx Fern Green. HEX triplet: 54, 83 and 48. RGB value is (84,131,72). Sum of RGB (Red+Green+Blue) = 84+131+72=287 (38% of max value = 765). Red value is 84 (33.20% from 255 or 29.27% from 287); Green value is 131 (51.56% from 255 or 45.64% from 287); Blue value is 72 (28.52% from 255 or 25.09% from 287); Max value from RGB is 131 - color contains mainly: green. Hex color #548348 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #548348 is #AB7CB7. Grayscale: #6E6E6E. Windows color (decimal): -11238584 or 4752212. OLE color: 4752212.

HSL color Cylindrical-coordinate representation of color #548348: hue angle of 107.8º degrees, saturation: 0.29, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #548348 is Cyan = 0.36, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.49.

Color convert

RGB8413172-
CMYK0.3600.450.49
HSL107.8º29.06%39.8%-
HSV(B)107.8º45.04%51.37%-
XYZ12.9418.599.04-
YUV110.22106.43109.3-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 29.27%
GREEN value IS 131 (51.56% from 255) = 45.64%
BLUE value IS 72 (28.52% from 255) = 25.09%
R=29.27%
G=45.64%
B=25.09%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal84131720.3600.450.49107.829.0639.8
Hex5483482402D316c1d28
Octal12420311044055611543550
Binary10101001000001110010001001000101101110001110110011101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #548348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #548348; }

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

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

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

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

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

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

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

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