#59964B

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

Shades of Hippie Green #59964B

Tints of Hippie Green #59964B

Color information

#59964B (or 0x59964B) is unknown color: approx Hippie Green. HEX triplet: 59, 96 and 4B. RGB value is (89,150,75). Sum of RGB (Red+Green+Blue) = 89+150+75=314 (41% of max value = 765). Red value is 89 (35.16% from 255 or 28.34% from 314); Green value is 150 (58.98% from 255 or 47.77% from 314); Blue value is 75 (29.69% from 255 or 23.89% from 314); Max value from RGB is 150 - color contains mainly: green. Hex color #59964B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #59964B is #A669B4. Grayscale: #7B7B7B. Windows color (decimal): -10906037 or 4953689. OLE color: 4953689.

HSL color Cylindrical-coordinate representation of color #59964B: hue angle of 108.8º degrees, saturation: 0.33, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #59964B is Cyan = 0.41, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.41.

Color convert

RGB8915075-
CMYK0.4100.50.41
HSL108.8º33.33%44.12%-
HSV(B)108.8º50%58.82%-
XYZ16.324.4410.52-
YUV123.21100.79103.6-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 28.34%
GREEN value IS 150 (58.98% from 255) = 47.77%
BLUE value IS 75 (29.69% from 255) = 23.89%
R=28.34%
G=47.77%
B=23.89%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal89150750.4100.50.41108.833.3344.12
Hex59964B29032296d212c
Octal13122611351062511554154
Binary101100110010110100101110100101100101010011101101100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59964B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,150,75); }

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

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

 a { background-color: rgb(89,150,75); }

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

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

 span { border-color: rgb(89,150,75); }

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