#59955F

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

Shades of Hippie Green #59955F

Tints of Hippie Green #59955F

Color information

#59955F (or 0x59955F) is unknown color: approx Hippie Green. HEX triplet: 59, 95 and 5F. RGB value is (89,149,95). Sum of RGB (Red+Green+Blue) = 89+149+95=333 (44% of max value = 765). Red value is 89 (35.16% from 255 or 26.73% from 333); Green value is 149 (58.59% from 255 or 44.74% from 333); Blue value is 95 (37.5% from 255 or 28.53% from 333); Max value from RGB is 149 - color contains mainly: green. Hex color #59955F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #59955F is #A66AA0. Grayscale: #7D7D7D. Windows color (decimal): -10906273 or 6264153. OLE color: 6264153.

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

Color convert

RGB8914995-
CMYK0.4000.360.42
HSL126º25.21%46.67%-
HSV(B)126º40.27%58.43%-
XYZ16.9324.4414.65-
YUV124.9111.12102.39-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 26.73%
GREEN value IS 149 (58.59% from 255) = 44.74%
BLUE value IS 95 (37.5% from 255) = 28.53%
R=26.73%
G=44.74%
B=28.53%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal89149950.4000.360.4212625.2146.67
Hex59955F280242A7e192f
Octal13122513750044521763157
Binary10110011001010110111111010000100100101010111111011001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59955F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59955F; }

 p { color: rgb(89,149,95); }

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

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

 a { background-color: rgb(89,149,95); }

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

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

 span { border-color: rgb(89,149,95); }

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