#548D5D

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

Shades of Hippie Green #548D5D

Tints of Hippie Green #548D5D

Color information

#548D5D (or 0x548D5D) is unknown color: approx Hippie Green. HEX triplet: 54, 8D and 5D. RGB value is (84,141,93). Sum of RGB (Red+Green+Blue) = 84+141+93=318 (42% of max value = 765). Red value is 84 (33.20% from 255 or 26.42% from 318); Green value is 141 (55.47% from 255 or 44.34% from 318); Blue value is 93 (36.72% from 255 or 29.25% from 318); Max value from RGB is 141 - color contains mainly: green. Hex color #548D5D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #548D5D is #AB72A2. Grayscale: #767676. Windows color (decimal): -11236003 or 6131028. OLE color: 6131028.

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

Color convert

RGB8414193-
CMYK0.4000.340.45
HSL129.47º25.33%44.12%-
HSV(B)129.47º40.43%55.29%-
XYZ15.1621.7213.75-
YUV118.48113.62103.4-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 26.42%
GREEN value IS 141 (55.47% from 255) = 44.34%
BLUE value IS 93 (36.72% from 255) = 29.25%
R=26.42%
G=44.34%
B=29.25%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal84141930.4000.340.45129.4725.3344.12
Hex548D5D280222D81192c
Octal12421513550042552013154
Binary101010010001101101110110100001000101011011000000111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #548D5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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