#548355

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

Shades of Hippie Green #548355

Tints of Hippie Green #548355

Color information

#548355 (or 0x548355) is unknown color: approx Hippie Green. HEX triplet: 54, 83 and 55. RGB value is (84,131,85). Sum of RGB (Red+Green+Blue) = 84+131+85=300 (39% of max value = 765). Red value is 84 (33.20% from 255 or 28% from 300); Green value is 131 (51.56% from 255 or 43.67% from 300); Blue value is 85 (33.59% from 255 or 28.33% from 300); Max value from RGB is 131 - color contains mainly: green. Hex color #548355 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #548355 is #AB7CAA. Grayscale: #6F6F6F. Windows color (decimal): -11238571 or 5604180. OLE color: 5604180.

HSL color Cylindrical-coordinate representation of color #548355: hue angle of 121.28º degrees, saturation: 0.22, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #548355 is Cyan = 0.36, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.49.

Color convert

RGB8413185-
CMYK0.3600.350.49
HSL121.28º21.86%42.16%-
HSV(B)121.28º35.88%51.37%-
XYZ13.4118.7711.51-
YUV111.7112.93108.24-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 28%
GREEN value IS 131 (51.56% from 255) = 43.67%
BLUE value IS 85 (33.59% from 255) = 28.33%
R=28%
G=43.67%
B=28.33%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal84131850.3600.350.49121.2821.8642.16
Hex548355240233179162a
Octal12420312544043611712652
Binary10101001000001110101011001000100011110001111100110110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #548355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #548355; }

 p { color: rgb(84,131,85); }

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

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

 a { background-color: rgb(84,131,85); }

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

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

 span { border-color: rgb(84,131,85); }

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