#548C5A

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

Shades of Hippie Green #548C5A

Tints of Hippie Green #548C5A

Color information

#548C5A (or 0x548C5A) is unknown color: approx Hippie Green. HEX triplet: 54, 8C and 5A. RGB value is (84,140,90). Sum of RGB (Red+Green+Blue) = 84+140+90=314 (41% of max value = 765). Red value is 84 (33.20% from 255 or 26.75% from 314); Green value is 140 (55.08% from 255 or 44.59% from 314); Blue value is 90 (35.55% from 255 or 28.66% from 314); Max value from RGB is 140 - color contains mainly: green. Hex color #548C5A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #548C5A is #AB73A5. Grayscale: #757575. Windows color (decimal): -11236262 or 5934164. OLE color: 5934164.

HSL color Cylindrical-coordinate representation of color #548C5A: hue angle of 126.43º 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 #548C5A is Cyan = 0.4, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.45.

Color convert

RGB8414090-
CMYK0.400.360.45
HSL126.43º25%43.92%-
HSV(B)126.43º40%54.9%-
XYZ14.8821.3813.02-
YUV117.56112.45104.07-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 26.75%
GREEN value IS 140 (55.08% from 255) = 44.59%
BLUE value IS 90 (35.55% from 255) = 28.66%
R=26.75%
G=44.59%
B=28.66%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal84140900.400.360.45126.432543.92
Hex548C5A280242D7e192c
Octal12421413250044551763154
Binary10101001000110010110101010000100100101101111111011001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #548C5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,140,90); }

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

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

 a { background-color: rgb(84,140,90); }

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

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

 span { border-color: rgb(84,140,90); }

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