#59825C

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

Shades of Hippie Green #59825C

Tints of Hippie Green #59825C

Color information

#59825C (or 0x59825C) is unknown color: approx Hippie Green. HEX triplet: 59, 82 and 5C. RGB value is (89,130,92). Sum of RGB (Red+Green+Blue) = 89+130+92=311 (41% of max value = 765). Red value is 89 (35.16% from 255 or 28.62% from 311); Green value is 130 (51.17% from 255 or 41.80% from 311); Blue value is 92 (36.33% from 255 or 29.58% from 311); Max value from RGB is 130 - color contains mainly: green. Hex color #59825C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #59825C is #A67DA3. Grayscale: #717171. Windows color (decimal): -10911140 or 6062681. OLE color: 6062681.

HSL color Cylindrical-coordinate representation of color #59825C: hue angle of 124.39º degrees, saturation: 0.19, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #59825C is Cyan = 0.32, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.49.

Color convert

RGB8913092-
CMYK0.3200.290.49
HSL124.39º18.72%42.94%-
HSV(B)124.39º31.54%50.98%-
XYZ14.0318.8613.03-
YUV113.41115.92110.59-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 28.62%
GREEN value IS 130 (51.17% from 255) = 41.80%
BLUE value IS 92 (36.33% from 255) = 29.58%
R=28.62%
G=41.80%
B=29.58%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal89130920.3200.290.49124.3918.7242.94
Hex59825C2001D317c132b
Octal13120213440035611742353
Binary1011001100000101011100100000011101110001111110010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59825C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59825C; }

 p { color: rgb(89,130,92); }

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

<style>
 a { background-color: #59825C; }

 a { background-color: rgb(89,130,92); }

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

<style>
 span { border-color: #59825C; }

 span { border-color: rgb(89,130,92); }

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