#559944

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

Shades of Hippie Green #559944

Tints of Hippie Green #559944

Color information

#559944 (or 0x559944) is unknown color: approx Hippie Green. HEX triplet: 55, 99 and 44. RGB value is (85,153,68). Sum of RGB (Red+Green+Blue) = 85+153+68=306 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.78% from 306); Green value is 153 (60.16% from 255 or 50% from 306); Blue value is 68 (26.95% from 255 or 22.22% from 306); Max value from RGB is 153 - color contains mainly: green. Hex color #559944 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #559944 is #AA66BB. Grayscale: #7B7B7B. Windows color (decimal): -11167420 or 4495701. OLE color: 4495701.

HSL color Cylindrical-coordinate representation of color #559944: hue angle of 108º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #559944 is Cyan = 0.44, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.4.

Color convert

RGB8515368-
CMYK0.4400.560.4
HSL108º38.46%43.33%-
HSV(B)108º55.56%60%-
XYZ16.1825.139.47-
YUV122.9896.97100.91-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 27.78%
GREEN value IS 153 (60.16% from 255) = 50%
BLUE value IS 68 (26.95% from 255) = 22.22%
R=27.78%
G=50%
B=22.22%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal85153680.4400.560.410838.4643.33
Hex5599442C038286c262b
Octal12523110454070501544653
Binary101010110011001100010010110001110001010001101100100110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #559944

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #559944; }

 p { color: rgb(85,153,68); }

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

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

 a { background-color: rgb(85,153,68); }

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

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

 span { border-color: rgb(85,153,68); }

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