#559849

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

Shades of Hippie Green #559849

Tints of Hippie Green #559849

Color information

#559849 (or 0x559849) is unknown color: approx Hippie Green. HEX triplet: 55, 98 and 49. RGB value is (85,152,73). Sum of RGB (Red+Green+Blue) = 85+152+73=310 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.42% from 310); Green value is 152 (59.77% from 255 or 49.03% from 310); Blue value is 73 (28.91% from 255 or 23.55% from 310); Max value from RGB is 152 - color contains mainly: green. Hex color #559849 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #559849 is #AA67B6. Grayscale: #7B7B7B. Windows color (decimal): -11167671 or 4823125. OLE color: 4823125.

HSL color Cylindrical-coordinate representation of color #559849: hue angle of 110.89º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #559849 is Cyan = 0.44, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.40.

Color convert

RGB8515273-
CMYK0.4400.520.40
HSL110.89º35.11%44.12%-
HSV(B)110.89º51.97%59.61%-
XYZ16.1824.8710.25-
YUV122.9699.8100.92-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 27.42%
GREEN value IS 152 (59.77% from 255) = 49.03%
BLUE value IS 73 (28.91% from 255) = 23.55%
R=27.42%
G=49.03%
B=23.55%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal85152730.4400.520.40110.8935.1144.12
Hex5598492C034286f232c
Octal12523011154064501574354
Binary101010110011000100100110110001101001010001101111100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #559849

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #559849; }

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

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

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

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

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

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

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

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