#558A58

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

Shades of Hippie Green #558A58

Tints of Hippie Green #558A58

Color information

#558A58 (or 0x558A58) is unknown color: approx Hippie Green. HEX triplet: 55, 8A and 58. RGB value is (85,138,88). Sum of RGB (Red+Green+Blue) = 85+138+88=311 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.33% from 311); Green value is 138 (54.30% from 255 or 44.37% from 311); Blue value is 88 (34.77% from 255 or 28.30% from 311); Max value from RGB is 138 - color contains mainly: green. Hex color #558A58 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #558A58 is #AA75A7. Grayscale: #747474. Windows color (decimal): -11171240 or 5802581. OLE color: 5802581.

HSL color Cylindrical-coordinate representation of color #558A58: hue angle of 123.4º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #558A58 is Cyan = 0.38, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.46.

Color convert

RGB8513888-
CMYK0.3800.360.46
HSL123.4º23.77%43.73%-
HSV(B)123.4º38.41%54.12%-
XYZ14.620.8112.48-
YUV116.45111.94105.57-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 27.33%
GREEN value IS 138 (54.30% from 255) = 44.37%
BLUE value IS 88 (34.77% from 255) = 28.30%
R=27.33%
G=44.37%
B=28.30%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal85138880.3800.360.46123.423.7743.73
Hex558A58260242E7b182c
Octal12521213046044561733054
Binary10101011000101010110001001100100100101110111101111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #558A58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #558A58; }

 p { color: rgb(85,138,88); }

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

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

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

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

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

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

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