#558357

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

Shades of Hippie Green #558357

Tints of Hippie Green #558357

Color information

#558357 (or 0x558357) is unknown color: approx Hippie Green. HEX triplet: 55, 83 and 57. RGB value is (85,131,87). Sum of RGB (Red+Green+Blue) = 85+131+87=303 (40% of max value = 765). Red value is 85 (33.59% from 255 or 28.05% from 303); Green value is 131 (51.56% from 255 or 43.23% from 303); Blue value is 87 (34.38% from 255 or 28.71% from 303); Max value from RGB is 131 - color contains mainly: green. Hex color #558357 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #558357 is #AA7CA8. Grayscale: #707070. Windows color (decimal): -11173033 or 5735253. OLE color: 5735253.

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

Color convert

RGB8513187-
CMYK0.3500.340.49
HSL122.61º21.3%42.35%-
HSV(B)122.61º35.11%51.37%-
XYZ13.5818.8511.94-
YUV112.23113.76108.58-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 28.05%
GREEN value IS 131 (51.56% from 255) = 43.23%
BLUE value IS 87 (34.38% from 255) = 28.71%
R=28.05%
G=43.23%
B=28.71%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal85131870.3500.340.49122.6121.342.35
Hex55835723022317b152a
Octal12520312743042611732552
Binary10101011000001110101111000110100010110001111101110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #558357

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #558357; }

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

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

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

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

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

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

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

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