#559159

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

Shades of Hippie Green #559159

Tints of Hippie Green #559159

Color information

#559159 (or 0x559159) is unknown color: approx Hippie Green. HEX triplet: 55, 91 and 59. RGB value is (85,145,89). Sum of RGB (Red+Green+Blue) = 85+145+89=319 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.65% from 319); Green value is 145 (57.03% from 255 or 45.45% from 319); Blue value is 89 (35.16% from 255 or 27.90% from 319); Max value from RGB is 145 - color contains mainly: green. Hex color #559159 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #559159 is #AA6EA6. Grayscale: #787878. Windows color (decimal): -11169447 or 5869909. OLE color: 5869909.

HSL color Cylindrical-coordinate representation of color #559159: hue angle of 124º 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 #559159 is Cyan = 0.41, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.43.

Color convert

RGB8514589-
CMYK0.4100.390.43
HSL124º26.09%45.1%-
HSV(B)124º41.38%56.86%-
XYZ15.6722.913.05-
YUV120.68110.12102.55-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 26.65%
GREEN value IS 145 (57.03% from 255) = 45.45%
BLUE value IS 89 (35.16% from 255) = 27.90%
R=26.65%
G=45.45%
B=27.90%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal85145890.4100.390.4312426.0945.1
Hex559159290272B7c1a2d
Octal12522113151047531743255
Binary10101011001000110110011010010100111101011111110011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #559159

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #559159; }

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

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

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

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

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

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

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

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