#59945F

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

Shades of Hippie Green #59945F

Tints of Hippie Green #59945F

Color information

#59945F (or 0x59945F) is unknown color: approx Hippie Green. HEX triplet: 59, 94 and 5F. RGB value is (89,148,95). Sum of RGB (Red+Green+Blue) = 89+148+95=332 (43% of max value = 765). Red value is 89 (35.16% from 255 or 26.81% from 332); Green value is 148 (58.20% from 255 or 44.58% from 332); Blue value is 95 (37.5% from 255 or 28.61% from 332); Max value from RGB is 148 - color contains mainly: green. Hex color #59945F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #59945F is #A66BA0. Grayscale: #7C7C7C. Windows color (decimal): -10906529 or 6263897. OLE color: 6263897.

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

Color convert

RGB8914895-
CMYK0.4000.360.42
HSL126.1º24.89%46.47%-
HSV(B)126.1º39.86%58.04%-
XYZ16.7824.1314.6-
YUV124.32111.45102.81-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 26.81%
GREEN value IS 148 (58.20% from 255) = 44.58%
BLUE value IS 95 (37.5% from 255) = 28.61%
R=26.81%
G=44.58%
B=28.61%

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
Decimal89148950.4000.360.42126.124.8946.47
Hex59945F280242A7e192e
Octal13122413750044521763156
Binary10110011001010010111111010000100100101010111111011001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59945F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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