#55844E

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

Shades of Hippie Green #55844E

Tints of Hippie Green #55844E

Color information

#55844E (or 0x55844E) is unknown color: approx Hippie Green. HEX triplet: 55, 84 and 4E. RGB value is (85,132,78). Sum of RGB (Red+Green+Blue) = 85+132+78=295 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.81% from 295); Green value is 132 (51.95% from 255 or 44.75% from 295); Blue value is 78 (30.86% from 255 or 26.44% from 295); Max value from RGB is 132 - color contains mainly: green. Hex color #55844E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55844E is #AA7BB1. Grayscale: #6F6F6F. Windows color (decimal): -11172786 or 5145685. OLE color: 5145685.

HSL color Cylindrical-coordinate representation of color #55844E: hue angle of 112.22º degrees, saturation: 0.26, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #55844E is Cyan = 0.36, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.48.

Color convert

RGB8513278-
CMYK0.3600.410.48
HSL112.22º25.71%41.18%-
HSV(B)112.22º40.91%51.76%-
XYZ13.3718.9810.17-
YUV111.79108.93108.89-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 28.81%
GREEN value IS 132 (51.95% from 255) = 44.75%
BLUE value IS 78 (30.86% from 255) = 26.44%
R=28.81%
G=44.75%
B=26.44%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal85132780.3600.410.48112.2225.7141.18
Hex55844E2402930701a29
Octal12520411644051601603251
Binary10101011000010010011101001000101001110000111000011010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55844E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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