#59954A

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

Shades of Hippie Green #59954A

Tints of Hippie Green #59954A

Color information

#59954A (or 0x59954A) is unknown color: approx Hippie Green. HEX triplet: 59, 95 and 4A. RGB value is (89,149,74). Sum of RGB (Red+Green+Blue) = 89+149+74=312 (41% of max value = 765). Red value is 89 (35.16% from 255 or 28.53% from 312); Green value is 149 (58.59% from 255 or 47.76% from 312); Blue value is 74 (29.30% from 255 or 23.72% from 312); Max value from RGB is 149 - color contains mainly: green. Hex color #59954A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #59954A is #A66AB5. Grayscale: #7A7A7A. Windows color (decimal): -10906294 or 4887897. OLE color: 4887897.

HSL color Cylindrical-coordinate representation of color #59954A: hue angle of 108º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #59954A is Cyan = 0.40, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.42.

Color convert

RGB8914974-
CMYK0.4000.500.42
HSL108º33.63%43.73%-
HSV(B)108º50.34%58.43%-
XYZ16.124.1110.28-
YUV122.51100.62104.1-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 28.53%
GREEN value IS 149 (58.59% from 255) = 47.76%
BLUE value IS 74 (29.30% from 255) = 23.72%
R=28.53%
G=47.76%
B=23.72%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal89149740.4000.500.4210833.6343.73
Hex59954A280322A6c222c
Octal13122511250062521544254
Binary101100110010101100101010100001100101010101101100100010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59954A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59954A; }

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

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

<style>
 a { background-color: #59954A; }

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

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

<style>
 span { border-color: #59954A; }

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

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