#5D835C

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

Shades of Hippie Green #5D835C

Tints of Hippie Green #5D835C

Color information

#5D835C (or 0x5D835C) is unknown color: approx Hippie Green. HEX triplet: 5D, 83 and 5C. RGB value is (93,131,92). Sum of RGB (Red+Green+Blue) = 93+131+92=316 (41% of max value = 765). Red value is 93 (36.72% from 255 or 29.43% from 316); Green value is 131 (51.56% from 255 or 41.46% from 316); Blue value is 92 (36.33% from 255 or 29.11% from 316); Max value from RGB is 131 - color contains mainly: green. Hex color #5D835C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5D835C is #A27CA3. Grayscale: #737373. Windows color (decimal): -10648740 or 6062941. OLE color: 6062941.

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

Color convert

RGB9313192-
CMYK0.2900.300.49
HSL118.46º17.49%43.73%-
HSV(B)118.46º29.77%51.37%-
XYZ14.5619.3313.09-
YUV115.19114.91112.17-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 29.43%
GREEN value IS 131 (51.56% from 255) = 41.46%
BLUE value IS 92 (36.33% from 255) = 29.11%
R=29.43%
G=41.46%
B=29.11%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal93131920.2900.300.49118.4617.4943.73
Hex5D835C1D01E3176112c
Octal13520313435036611662154
Binary101110110000011101110011101011110110001111011010001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D835C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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