#559157

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

Shades of Hippie Green #559157

Tints of Hippie Green #559157

Color information

#559157 (or 0x559157) is unknown color: approx Hippie Green. HEX triplet: 55, 91 and 57. RGB value is (85,145,87). Sum of RGB (Red+Green+Blue) = 85+145+87=317 (41% of max value = 765). Red value is 85 (33.59% from 255 or 26.81% from 317); Green value is 145 (57.03% from 255 or 45.74% from 317); Blue value is 87 (34.38% from 255 or 27.44% from 317); Max value from RGB is 145 - color contains mainly: green. Hex color #559157 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #559157 is #AA6EA8. Grayscale: #787878. Windows color (decimal): -11169449 or 5738837. OLE color: 5738837.

HSL color Cylindrical-coordinate representation of color #559157: hue angle of 122º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #559157 is Cyan = 0.41, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.43.

Color convert

RGB8514587-
CMYK0.4100.40.43
HSL122º26.09%45.1%-
HSV(B)122º41.38%56.86%-
XYZ15.5922.8712.61-
YUV120.45109.12102.72-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 26.81%
GREEN value IS 145 (57.03% from 255) = 45.74%
BLUE value IS 87 (34.38% from 255) = 27.44%
R=26.81%
G=45.74%
B=27.44%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.4
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal85145870.4100.40.4312226.0945.1
Hex559157290282B7a1a2d
Octal12522112751050531723255
Binary10101011001000110101111010010101000101011111101011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #559157

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #559157; }

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

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

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

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

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

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

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

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