#559249

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

Shades of Hippie Green #559249

Tints of Hippie Green #559249

Color information

#559249 (or 0x559249) is unknown color: approx Hippie Green. HEX triplet: 55, 92 and 49. RGB value is (85,146,73). Sum of RGB (Red+Green+Blue) = 85+146+73=304 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.96% from 304); Green value is 146 (57.42% from 255 or 48.03% from 304); Blue value is 73 (28.91% from 255 or 24.01% from 304); Max value from RGB is 146 - color contains mainly: green. Hex color #559249 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #559249 is #AA6DB6. Grayscale: #777777. Windows color (decimal): -11169207 or 4821589. OLE color: 4821589.

HSL color Cylindrical-coordinate representation of color #559249: hue angle of 110.14º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #559249 is Cyan = 0.42, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.43.

Color convert

RGB8514673-
CMYK0.4200.50.43
HSL110.14º33.33%42.94%-
HSV(B)110.14º50%57.25%-
XYZ15.2322.979.93-
YUV119.44101.79103.44-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 27.96%
GREEN value IS 146 (57.42% from 255) = 48.03%
BLUE value IS 73 (28.91% from 255) = 24.01%
R=27.96%
G=48.03%
B=24.01%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal85146730.4200.50.43110.1433.3342.94
Hex5592492A0322B6e212b
Octal12522211152062531564153
Binary101010110010010100100110101001100101010111101110100001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #559249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #559249; }

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

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

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

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

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

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

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

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