#559149

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

Shades of Hippie Green #559149

Tints of Hippie Green #559149

Color information

#559149 (or 0x559149) is unknown color: approx Hippie Green. HEX triplet: 55, 91 and 49. RGB value is (85,145,73). Sum of RGB (Red+Green+Blue) = 85+145+73=303 (40% of max value = 765). Red value is 85 (33.59% from 255 or 28.05% from 303); Green value is 145 (57.03% from 255 or 47.85% from 303); Blue value is 73 (28.91% from 255 or 24.09% from 303); Max value from RGB is 145 - color contains mainly: green. Hex color #559149 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #559149 is #AA6EB6. Grayscale: #777777. Windows color (decimal): -11169463 or 4821333. OLE color: 4821333.

HSL color Cylindrical-coordinate representation of color #559149: hue angle of 110º 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 #559149 is Cyan = 0.41, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.43.

Color convert

RGB8514573-
CMYK0.4100.500.43
HSL110º33.03%42.75%-
HSV(B)110º49.66%56.86%-
XYZ15.0722.669.88-
YUV118.85102.12103.85-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 28.05%
GREEN value IS 145 (57.03% from 255) = 47.85%
BLUE value IS 73 (28.91% from 255) = 24.09%
R=28.05%
G=47.85%
B=24.09%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal85145730.4100.500.4311033.0342.75
Hex559149290322B6e212b
Octal12522111151062531564153
Binary101010110010001100100110100101100101010111101110100001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #559149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #559149; }

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

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

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

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

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

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

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

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