#548B5C

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

Shades of Hippie Green #548B5C

Tints of Hippie Green #548B5C

Color information

#548B5C (or 0x548B5C) is unknown color: approx Hippie Green. HEX triplet: 54, 8B and 5C. RGB value is (84,139,92). Sum of RGB (Red+Green+Blue) = 84+139+92=315 (41% of max value = 765). Red value is 84 (33.20% from 255 or 26.67% from 315); Green value is 139 (54.69% from 255 or 44.13% from 315); Blue value is 92 (36.33% from 255 or 29.21% from 315); Max value from RGB is 139 - color contains mainly: green. Hex color #548B5C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #548B5C is #AB74A3. Grayscale: #757575. Windows color (decimal): -11236516 or 6064980. OLE color: 6064980.

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

Color convert

RGB8413992-
CMYK0.4000.340.45
HSL128.73º24.66%43.73%-
HSV(B)128.73º39.57%54.51%-
XYZ14.8221.1213.42-
YUV117.2113.78104.32-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 26.67%
GREEN value IS 139 (54.69% from 255) = 44.13%
BLUE value IS 92 (36.33% from 255) = 29.21%
R=26.67%
G=44.13%
B=29.21%

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
Decimal84139920.4000.340.45128.7324.6643.73
Hex548B5C280222D81192c
Octal12421313450042552013154
Binary101010010001011101110010100001000101011011000000111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #548B5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,139,92); }

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

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

 a { background-color: rgb(84,139,92); }

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

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

 span { border-color: rgb(84,139,92); }

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