#549155

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

Shades of Hippie Green #549155

Tints of Hippie Green #549155

Color information

#549155 (or 0x549155) is unknown color: approx Hippie Green. HEX triplet: 54, 91 and 55. RGB value is (84,145,85). Sum of RGB (Red+Green+Blue) = 84+145+85=314 (41% of max value = 765). Red value is 84 (33.20% from 255 or 26.75% from 314); Green value is 145 (57.03% from 255 or 46.18% from 314); Blue value is 85 (33.59% from 255 or 27.07% from 314); Max value from RGB is 145 - color contains mainly: green. Hex color #549155 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #549155 is #AB6EAA. Grayscale: #787878. Windows color (decimal): -11234987 or 5607764. OLE color: 5607764.

HSL color Cylindrical-coordinate representation of color #549155: hue angle of 120.98º degrees, saturation: 0.27, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #549155 is Cyan = 0.42, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.43.

Color convert

RGB8414585-
CMYK0.4200.410.43
HSL120.98º26.64%44.9%-
HSV(B)120.98º42.07%56.86%-
XYZ15.4222.7912.18-
YUV119.92108.29102.38-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 26.75%
GREEN value IS 145 (57.03% from 255) = 46.18%
BLUE value IS 85 (33.59% from 255) = 27.07%
R=26.75%
G=46.18%
B=27.07%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal84145850.4200.410.43120.9826.6444.9
Hex5491552A0292B791b2d
Octal12422112552051531713355
Binary10101001001000110101011010100101001101011111100111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #549155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #549155; }

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

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

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

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

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

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

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

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