#55894E

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

Shades of Hippie Green #55894E

Tints of Hippie Green #55894E

Color information

#55894E (or 0x55894E) is unknown color: approx Hippie Green. HEX triplet: 55, 89 and 4E. RGB value is (85,137,78). Sum of RGB (Red+Green+Blue) = 85+137+78=300 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.33% from 300); Green value is 137 (53.91% from 255 or 45.67% from 300); Blue value is 78 (30.86% from 255 or 26% from 300); Max value from RGB is 137 - color contains mainly: green. Hex color #55894E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55894E is #AA76B1. Grayscale: #727272. Windows color (decimal): -11171506 or 5146965. OLE color: 5146965.

HSL color Cylindrical-coordinate representation of color #55894E: hue angle of 112.88º degrees, saturation: 0.27, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #55894E is Cyan = 0.38, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.46.

Color convert

RGB8513778-
CMYK0.3800.430.46
HSL112.88º27.44%42.16%-
HSV(B)112.88º43.07%53.73%-
XYZ14.0720.3710.4-
YUV114.73107.27106.8-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 28.33%
GREEN value IS 137 (53.91% from 255) = 45.67%
BLUE value IS 78 (30.86% from 255) = 26%
R=28.33%
G=45.67%
B=26%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal85137780.3800.430.46112.8827.4442.16
Hex55894E2602B2E711b2a
Octal12521111646053561613352
Binary10101011000100110011101001100101011101110111000111011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55894E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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