#5D825E

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

Shades of Hippie Green #5D825E

Tints of Hippie Green #5D825E

Color information

#5D825E (or 0x5D825E) is unknown color: approx Hippie Green. HEX triplet: 5D, 82 and 5E. RGB value is (93,130,94). Sum of RGB (Red+Green+Blue) = 93+130+94=317 (41% of max value = 765). Red value is 93 (36.72% from 255 or 29.34% from 317); Green value is 130 (51.17% from 255 or 41.01% from 317); Blue value is 94 (37.11% from 255 or 29.65% from 317); Max value from RGB is 130 - color contains mainly: green. Hex color #5D825E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5D825E is #A27DA1. Grayscale: #727272. Windows color (decimal): -10648994 or 6193757. OLE color: 6193757.

HSL color Cylindrical-coordinate representation of color #5D825E: hue angle of 121.62º degrees, saturation: 0.17, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #5D825E is Cyan = 0.28, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.49.

Color convert

RGB9313094-
CMYK0.2800.280.49
HSL121.62º16.59%43.73%-
HSV(B)121.62º28.46%50.98%-
XYZ14.5219.113.51-
YUV114.83116.24112.43-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 29.34%
GREEN value IS 130 (51.17% from 255) = 41.01%
BLUE value IS 94 (37.11% from 255) = 29.65%
R=29.34%
G=41.01%
B=29.65%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal93130940.2800.280.49121.6216.5943.73
Hex5D825E1C01C317a112c
Octal13520213634034611722154
Binary101110110000010101111011100011100110001111101010001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D825E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5D825E; }

 p { color: rgb(93,130,94); }

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

<style>
 a { background-color: #5D825E; }

 a { background-color: rgb(93,130,94); }

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

<style>
 span { border-color: #5D825E; }

 span { border-color: rgb(93,130,94); }

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