#548446

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

Shades of Fern Green #548446

Tints of Fern Green #548446

Color information

#548446 (or 0x548446) is unknown color: approx Fern Green. HEX triplet: 54, 84 and 46. RGB value is (84,132,70). Sum of RGB (Red+Green+Blue) = 84+132+70=286 (37% of max value = 765). Red value is 84 (33.20% from 255 or 29.37% from 286); Green value is 132 (51.95% from 255 or 46.15% from 286); Blue value is 70 (27.73% from 255 or 24.48% from 286); Max value from RGB is 132 - color contains mainly: green. Hex color #548446 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #548446 is #AB7BB9. Grayscale: #6E6E6E. Windows color (decimal): -11238330 or 4621396. OLE color: 4621396.

HSL color Cylindrical-coordinate representation of color #548446: hue angle of 106.45º degrees, saturation: 0.31, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #548446 is Cyan = 0.36, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.48.

Color convert

RGB8413270-
CMYK0.3600.470.48
HSL106.45º30.69%39.61%-
HSV(B)106.45º46.97%51.76%-
XYZ13.0118.838.74-
YUV110.58105.1109.04-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 29.37%
GREEN value IS 132 (51.95% from 255) = 46.15%
BLUE value IS 70 (27.73% from 255) = 24.48%
R=29.37%
G=46.15%
B=24.48%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal84132700.3600.470.48106.4530.6939.61
Hex5484462402F306a1f28
Octal12420410644057601523750
Binary10101001000010010001101001000101111110000110101011111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #548446

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #548446; }

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

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

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

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

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

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

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

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