#558455

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

Shades of Hippie Green #558455

Tints of Hippie Green #558455

Color information

#558455 (or 0x558455) is unknown color: approx Hippie Green. HEX triplet: 55, 84 and 55. RGB value is (85,132,85). Sum of RGB (Red+Green+Blue) = 85+132+85=302 (40% of max value = 765). Red value is 85 (33.59% from 255 or 28.15% from 302); Green value is 132 (51.95% from 255 or 43.71% from 302); Blue value is 85 (33.59% from 255 or 28.15% from 302); Max value from RGB is 132 - color contains mainly: green. Hex color #558455 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #558455 is #AA7BAA. Grayscale: #707070. Windows color (decimal): -11172779 or 5604437. OLE color: 5604437.

HSL color Cylindrical-coordinate representation of color #558455: hue angle of 120º degrees, saturation: 0.22, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #558455 is Cyan = 0.36, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.48.

Color convert

RGB8513285-
CMYK0.3600.360.48
HSL120º21.66%42.55%-
HSV(B)120º35.61%51.76%-
XYZ13.6419.0911.56-
YUV112.59112.43108.32-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 28.15%
GREEN value IS 132 (51.95% from 255) = 43.71%
BLUE value IS 85 (33.59% from 255) = 28.15%
R=28.15%
G=43.71%
B=28.15%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal85132850.3600.360.4812021.6642.55
Hex558455240243078162b
Octal12520412544044601702653
Binary10101011000010010101011001000100100110000111100010110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #558455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #558455; }

 p { color: rgb(85,132,85); }

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

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

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

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

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

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

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