#55914C

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

Shades of Hippie Green #55914C

Tints of Hippie Green #55914C

Color information

#55914C (or 0x55914C) is unknown color: approx Hippie Green. HEX triplet: 55, 91 and 4C. RGB value is (85,145,76). Sum of RGB (Red+Green+Blue) = 85+145+76=306 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.78% from 306); Green value is 145 (57.03% from 255 or 47.39% from 306); Blue value is 76 (30.08% from 255 or 24.84% from 306); Max value from RGB is 145 - color contains mainly: green. Hex color #55914C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #55914C is #AA6EB3. Grayscale: #777777. Windows color (decimal): -11169460 or 5017941. OLE color: 5017941.

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

Color convert

RGB8514576-
CMYK0.4100.480.43
HSL112.17º31.22%43.33%-
HSV(B)112.17º47.59%56.86%-
XYZ15.1822.710.42-
YUV119.19103.62103.61-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 27.78%
GREEN value IS 145 (57.03% from 255) = 47.39%
BLUE value IS 76 (30.08% from 255) = 24.84%
R=27.78%
G=47.39%
B=24.84%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal85145760.4100.480.43112.1731.2243.33
Hex55914C290302B701f2b
Octal12522111451060531603753
Binary10101011001000110011001010010110000101011111000011111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55914C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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