#59994c

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

Shades of Hippie Green #59994C

Tints of Hippie Green #59994C

Color information

#59994C (or 0x59994C) is unknown color: approx Hippie Green. HEX triplet: 59, 99 and 4C. RGB value is (89,153,76). Sum of RGB (Red+Green+Blue) = 89+153+76=318 (42% of max value = 765). Red value is 89 (35.16% from 255 or 27.99% from 318); Green value is 153 (60.16% from 255 or 48.11% from 318); Blue value is 76 (30.08% from 255 or 23.90% from 318); Max value from RGB is 153 - color contains mainly: green. Hex color #59994C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #59994C is #A666B3. Grayscale: #7D7D7D. Windows color (decimal): -10905268 or 5019993. OLE color: 5019993.

HSL color Cylindrical-coordinate representation of color #59994C: hue angle of 109.87º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #59994C is Cyan = 0.42, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.4.

Color convert

RGB8915376-
CMYK0.4200.500.4
HSL109.87º33.62%44.9%-
HSV(B)109.87º50.33%60%-
XYZ16.8225.4310.86-
YUV125.09100.3102.26-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 27.99%
GREEN value IS 153 (60.16% from 255) = 48.11%
BLUE value IS 76 (30.08% from 255) = 23.90%
R=27.99%
G=48.11%
B=23.90%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal89153760.4200.500.4109.8733.6244.9
Hex59994C2A032286e222d
Octal13123111452062501564255
Binary101100110011001100110010101001100101010001101110100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59994c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59994c; }

 p { color: rgb(89,153,76); }

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

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

 a { background-color: rgb(89,153,76); }

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

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

 span { border-color: rgb(89,153,76); }

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