#559549

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

Shades of Hippie Green #559549

Tints of Hippie Green #559549

Color information

#559549 (or 0x559549) is unknown color: approx Hippie Green. HEX triplet: 55, 95 and 49. RGB value is (85,149,73). Sum of RGB (Red+Green+Blue) = 85+149+73=307 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.69% from 307); Green value is 149 (58.59% from 255 or 48.53% from 307); Blue value is 73 (28.91% from 255 or 23.78% from 307); Max value from RGB is 149 - color contains mainly: green. Hex color #559549 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #559549 is #AA6AB6. Grayscale: #797979. Windows color (decimal): -11168439 or 4822357. OLE color: 4822357.

HSL color Cylindrical-coordinate representation of color #559549: hue angle of 110.53º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #559549 is Cyan = 0.43, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.42.

Color convert

RGB8514973-
CMYK0.4300.510.42
HSL110.53º34.23%43.53%-
HSV(B)110.53º51.01%58.43%-
XYZ15.723.9110.09-
YUV121.2100.8102.18-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 27.69%
GREEN value IS 149 (58.59% from 255) = 48.53%
BLUE value IS 73 (28.91% from 255) = 23.78%
R=27.69%
G=48.53%
B=23.78%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal85149730.4300.510.42110.5334.2343.53
Hex5595492B0332A6f222c
Octal12522511153063521574254
Binary101010110010101100100110101101100111010101101111100010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #559549

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #559549; }

 p { color: rgb(85,149,73); }

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

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

 a { background-color: rgb(85,149,73); }

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

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

 span { border-color: rgb(85,149,73); }

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