#548D4F

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

Shades of Hippie Green #548D4F

Tints of Hippie Green #548D4F

Color information

#548D4F (or 0x548D4F) is unknown color: approx Hippie Green. HEX triplet: 54, 8D and 4F. RGB value is (84,141,79). Sum of RGB (Red+Green+Blue) = 84+141+79=304 (40% of max value = 765). Red value is 84 (33.20% from 255 or 27.63% from 304); Green value is 141 (55.47% from 255 or 46.38% from 304); Blue value is 79 (31.25% from 255 or 25.99% from 304); Max value from RGB is 141 - color contains mainly: green. Hex color #548D4F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #548D4F is #AB72B0. Grayscale: #757575. Windows color (decimal): -11236017 or 5213524. OLE color: 5213524.

HSL color Cylindrical-coordinate representation of color #548D4F: hue angle of 115.16º degrees, saturation: 0.28, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #548D4F is Cyan = 0.40, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.45.

Color convert

RGB8414179-
CMYK0.4000.440.45
HSL115.16º28.18%43.14%-
HSV(B)115.16º43.97%55.29%-
XYZ14.5921.510.78-
YUV116.89106.62104.54-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 27.63%
GREEN value IS 141 (55.47% from 255) = 46.38%
BLUE value IS 79 (31.25% from 255) = 25.99%
R=27.63%
G=46.38%
B=25.99%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal84141790.4000.440.45115.1628.1843.14
Hex548D4F2802C2D731c2b
Octal12421511750054551633453
Binary10101001000110110011111010000101100101101111001111100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #548D4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #548D4F; }

 p { color: rgb(84,141,79); }

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

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

 a { background-color: rgb(84,141,79); }

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

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

 span { border-color: rgb(84,141,79); }

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