#59945C

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

Shades of Hippie Green #59945C

Tints of Hippie Green #59945C

Color information

#59945C (or 0x59945C) is unknown color: approx Hippie Green. HEX triplet: 59, 94 and 5C. RGB value is (89,148,92). Sum of RGB (Red+Green+Blue) = 89+148+92=329 (43% of max value = 765). Red value is 89 (35.16% from 255 or 27.05% from 329); Green value is 148 (58.20% from 255 or 44.98% from 329); Blue value is 92 (36.33% from 255 or 27.96% from 329); Max value from RGB is 148 - color contains mainly: green. Hex color #59945C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #59945C is #A66BA3. Grayscale: #7C7C7C. Windows color (decimal): -10906532 or 6067289. OLE color: 6067289.

HSL color Cylindrical-coordinate representation of color #59945C: hue angle of 123.05º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #59945C is Cyan = 0.40, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.42.

Color convert

RGB8914892-
CMYK0.4000.380.42
HSL123.05º24.89%46.47%-
HSV(B)123.05º39.86%58.04%-
XYZ16.6424.0813.9-
YUV123.98109.95103.05-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 27.05%
GREEN value IS 148 (58.20% from 255) = 44.98%
BLUE value IS 92 (36.33% from 255) = 27.96%
R=27.05%
G=44.98%
B=27.96%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal89148920.4000.380.42123.0524.8946.47
Hex59945C280262A7b192e
Octal13122413450046521733156
Binary10110011001010010111001010000100110101010111101111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59945C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59945C; }

 p { color: rgb(89,148,92); }

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

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

 a { background-color: rgb(89,148,92); }

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

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

 span { border-color: rgb(89,148,92); }

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