#59925D

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

Shades of Hippie Green #59925D

Tints of Hippie Green #59925D

Color information

#59925D (or 0x59925D) is unknown color: approx Hippie Green. HEX triplet: 59, 92 and 5D. RGB value is (89,146,93). Sum of RGB (Red+Green+Blue) = 89+146+93=328 (43% of max value = 765). Red value is 89 (35.16% from 255 or 27.13% from 328); Green value is 146 (57.42% from 255 or 44.51% from 328); Blue value is 93 (36.72% from 255 or 28.35% from 328); Max value from RGB is 146 - color contains mainly: green. Hex color #59925D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #59925D is #A66DA2. Grayscale: #7B7B7B. Windows color (decimal): -10907043 or 6132313. OLE color: 6132313.

HSL color Cylindrical-coordinate representation of color #59925D: hue angle of 124.21º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #59925D is Cyan = 0.39, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.43.

Color convert

RGB8914693-
CMYK0.3900.360.43
HSL124.21º24.26%46.08%-
HSV(B)124.21º39.04%57.25%-
XYZ16.3723.4714.02-
YUV122.92111.12103.81-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 27.13%
GREEN value IS 146 (57.42% from 255) = 44.51%
BLUE value IS 93 (36.72% from 255) = 28.35%
R=27.13%
G=44.51%
B=28.35%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal89146930.3900.360.43124.2124.2646.08
Hex59925D270242B7c182e
Octal13122213547044531743056
Binary10110011001001010111011001110100100101011111110011000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59925D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59925D; }

 p { color: rgb(89,146,93); }

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

<style>
 a { background-color: #59925D; }

 a { background-color: rgb(89,146,93); }

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

<style>
 span { border-color: #59925D; }

 span { border-color: rgb(89,146,93); }

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