#55915A

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

Shades of Hippie Green #55915A

Tints of Hippie Green #55915A

Color information

#55915A (or 0x55915A) is unknown color: approx Hippie Green. HEX triplet: 55, 91 and 5A. RGB value is (85,145,90). Sum of RGB (Red+Green+Blue) = 85+145+90=320 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.56% from 320); Green value is 145 (57.03% from 255 or 45.31% from 320); Blue value is 90 (35.55% from 255 or 28.12% from 320); Max value from RGB is 145 - color contains mainly: green. Hex color #55915A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55915A is #AA6EA5. Grayscale: #787878. Windows color (decimal): -11169446 or 5935445. OLE color: 5935445.

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

Color convert

RGB8514590-
CMYK0.4100.380.43
HSL125º26.09%45.1%-
HSV(B)125º41.38%56.86%-
XYZ15.7222.9213.27-
YUV120.79110.62102.47-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 26.56%
GREEN value IS 145 (57.03% from 255) = 45.31%
BLUE value IS 90 (35.55% from 255) = 28.12%
R=26.56%
G=45.31%
B=28.12%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal85145900.4100.380.4312526.0945.1
Hex55915A290262B7d1a2d
Octal12522113251046531753255
Binary10101011001000110110101010010100110101011111110111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55915A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55915A; }

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

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

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

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

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

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

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

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