#558457

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

Shades of Hippie Green #558457

Tints of Hippie Green #558457

Color information

#558457 (or 0x558457) is unknown color: approx Hippie Green. HEX triplet: 55, 84 and 57. RGB value is (85,132,87). Sum of RGB (Red+Green+Blue) = 85+132+87=304 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.96% from 304); Green value is 132 (51.95% from 255 or 43.42% from 304); Blue value is 87 (34.38% from 255 or 28.62% from 304); Max value from RGB is 132 - color contains mainly: green. Hex color #558457 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #558457 is #AA7BA8. Grayscale: #707070. Windows color (decimal): -11172777 or 5735509. OLE color: 5735509.

HSL color Cylindrical-coordinate representation of color #558457: hue angle of 122.55º 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 #558457 is Cyan = 0.36, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.48.

Color convert

RGB8513287-
CMYK0.3600.340.48
HSL122.55º21.66%42.55%-
HSV(B)122.55º35.61%51.76%-
XYZ13.7219.1211.98-
YUV112.82113.43108.16-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 27.96%
GREEN value IS 132 (51.95% from 255) = 43.42%
BLUE value IS 87 (34.38% from 255) = 28.62%
R=27.96%
G=43.42%
B=28.62%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal85132870.3600.340.48122.5521.6642.55
Hex55845724022307b162b
Octal12520412744042601732653
Binary10101011000010010101111001000100010110000111101110110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #558457

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #558457; }

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

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

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

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

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

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

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

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