#559553

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

Shades of Hippie Green #559553

Tints of Hippie Green #559553

Color information

#559553 (or 0x559553) is unknown color: approx Hippie Green. HEX triplet: 55, 95 and 53. RGB value is (85,149,83). Sum of RGB (Red+Green+Blue) = 85+149+83=317 (41% of max value = 765). Red value is 85 (33.59% from 255 or 26.81% from 317); Green value is 149 (58.59% from 255 or 47.00% from 317); Blue value is 83 (32.81% from 255 or 26.18% from 317); Max value from RGB is 149 - color contains mainly: green. Hex color #559553 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #559553 is #AA6AAC. Grayscale: #7A7A7A. Windows color (decimal): -11168429 or 5477717. OLE color: 5477717.

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

Color convert

RGB8514983-
CMYK0.4300.440.42
HSL118.18º28.45%45.49%-
HSV(B)118.18º44.3%58.43%-
XYZ16.0624.0511.98-
YUV122.34105.8101.37-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 26.81%
GREEN value IS 149 (58.59% from 255) = 47.00%
BLUE value IS 83 (32.81% from 255) = 26.18%
R=26.81%
G=47.00%
B=26.18%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal85149830.4300.440.42118.1828.4545.49
Hex5595532B02C2A761c2d
Octal12522512353054521663455
Binary10101011001010110100111010110101100101010111011011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #559553

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #559553; }

 p { color: rgb(85,149,83); }

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

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

 a { background-color: rgb(85,149,83); }

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

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

 span { border-color: rgb(85,149,83); }

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