#59955B

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

Shades of Hippie Green #59955B

Tints of Hippie Green #59955B

Color information

#59955B (or 0x59955B) is unknown color: approx Hippie Green. HEX triplet: 59, 95 and 5B. RGB value is (89,149,91). Sum of RGB (Red+Green+Blue) = 89+149+91=329 (43% of max value = 765). Red value is 89 (35.16% from 255 or 27.05% from 329); Green value is 149 (58.59% from 255 or 45.29% from 329); Blue value is 91 (35.94% from 255 or 27.66% from 329); Max value from RGB is 149 - color contains mainly: green. Hex color #59955B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #59955B is #A66AA4. Grayscale: #7C7C7C. Windows color (decimal): -10906277 or 6002009. OLE color: 6002009.

HSL color Cylindrical-coordinate representation of color #59955B: hue angle of 122º 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 #59955B is Cyan = 0.40, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.42.

Color convert

RGB8914991-
CMYK0.4000.390.42
HSL122º25.21%46.67%-
HSV(B)122º40.27%58.43%-
XYZ16.7624.3713.72-
YUV124.45109.12102.72-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 27.05%
GREEN value IS 149 (58.59% from 255) = 45.29%
BLUE value IS 91 (35.94% from 255) = 27.66%
R=27.05%
G=45.29%
B=27.66%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal89149910.4000.390.4212225.2146.67
Hex59955B280272A7a192f
Octal13122513350047521723157
Binary10110011001010110110111010000100111101010111101011001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59955B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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