#55914E

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

Shades of Hippie Green #55914E

Tints of Hippie Green #55914E

Color information

#55914E (or 0x55914E) is unknown color: approx Hippie Green. HEX triplet: 55, 91 and 4E. RGB value is (85,145,78). Sum of RGB (Red+Green+Blue) = 85+145+78=308 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.60% from 308); Green value is 145 (57.03% from 255 or 47.08% from 308); Blue value is 78 (30.86% from 255 or 25.32% from 308); Max value from RGB is 145 - color contains mainly: green. Hex color #55914E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55914E is #AA6EB1. Grayscale: #777777. Windows color (decimal): -11169458 or 5149013. OLE color: 5149013.

HSL color Cylindrical-coordinate representation of color #55914E: hue angle of 113.73º degrees, saturation: 0.3, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #55914E is Cyan = 0.41, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.43.

Color convert

RGB8514578-
CMYK0.4100.460.43
HSL113.73º30.04%43.73%-
HSV(B)113.73º46.21%56.86%-
XYZ15.2522.7310.79-
YUV119.42104.62103.45-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 27.60%
GREEN value IS 145 (57.03% from 255) = 47.08%
BLUE value IS 78 (30.86% from 255) = 25.32%
R=27.60%
G=47.08%
B=25.32%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal85145780.4100.460.43113.7330.0443.73
Hex55914E2902E2B721e2c
Octal12522111651056531623654
Binary10101011001000110011101010010101110101011111001011110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55914E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55914E; }

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

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

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

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

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

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

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

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