#5D835E

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

Shades of Hippie Green #5D835E

Tints of Hippie Green #5D835E

Color information

#5D835E (or 0x5D835E) is unknown color: approx Hippie Green. HEX triplet: 5D, 83 and 5E. RGB value is (93,131,94). Sum of RGB (Red+Green+Blue) = 93+131+94=318 (42% of max value = 765). Red value is 93 (36.72% from 255 or 29.25% from 318); Green value is 131 (51.56% from 255 or 41.19% from 318); Blue value is 94 (37.11% from 255 or 29.56% from 318); Max value from RGB is 131 - color contains mainly: green. Hex color #5D835E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5D835E is #A27CA1. Grayscale: #737373. Windows color (decimal): -10648738 or 6194013. OLE color: 6194013.

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

Color convert

RGB9313194-
CMYK0.2900.280.49
HSL121.58º16.96%43.92%-
HSV(B)121.58º29.01%51.37%-
XYZ14.6519.3713.56-
YUV115.42115.91112.01-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 29.25%
GREEN value IS 131 (51.56% from 255) = 41.19%
BLUE value IS 94 (37.11% from 255) = 29.56%
R=29.25%
G=41.19%
B=29.56%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal93131940.2900.280.49121.5816.9643.92
Hex5D835E1D01C317a112c
Octal13520313635034611722154
Binary101110110000011101111011101011100110001111101010001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D835E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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