#55884E

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

Shades of Hippie Green #55884E

Tints of Hippie Green #55884E

Color information

#55884E (or 0x55884E) is unknown color: approx Hippie Green. HEX triplet: 55, 88 and 4E. RGB value is (85,136,78). Sum of RGB (Red+Green+Blue) = 85+136+78=299 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.43% from 299); Green value is 136 (53.52% from 255 or 45.48% from 299); Blue value is 78 (30.86% from 255 or 26.09% from 299); Max value from RGB is 136 - color contains mainly: green. Hex color #55884E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55884E is #AA77B1. Grayscale: #727272. Windows color (decimal): -11171762 or 5146709. OLE color: 5146709.

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

Color convert

RGB8513678-
CMYK0.3800.430.47
HSL112.76º27.1%41.96%-
HSV(B)112.76º42.65%53.33%-
XYZ13.9320.0910.35-
YUV114.14107.6107.22-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 28.43%
GREEN value IS 136 (53.52% from 255) = 45.48%
BLUE value IS 78 (30.86% from 255) = 26.09%
R=28.43%
G=45.48%
B=26.09%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal85136780.3800.430.47112.7627.141.96
Hex55884E2602B2F711b2a
Octal12521011646053571613352
Binary10101011000100010011101001100101011101111111000111011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55884E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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