#5D845F

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

Shades of Hippie Green #5D845F

Tints of Hippie Green #5D845F

Color information

#5D845F (or 0x5D845F) is unknown color: approx Hippie Green. HEX triplet: 5D, 84 and 5F. RGB value is (93,132,95). Sum of RGB (Red+Green+Blue) = 93+132+95=320 (42% of max value = 765). Red value is 93 (36.72% from 255 or 29.06% from 320); Green value is 132 (51.95% from 255 or 41.25% from 320); Blue value is 95 (37.5% from 255 or 29.69% from 320); Max value from RGB is 132 - color contains mainly: green. Hex color #5D845F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5D845F is #A27BA0. Grayscale: #747474. Windows color (decimal): -10648481 or 6259805. OLE color: 6259805.

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

Color convert

RGB9313295-
CMYK0.3000.280.48
HSL123.08º17.33%44.12%-
HSV(B)123.08º29.55%51.76%-
XYZ14.8319.6613.84-
YUV116.12116.08111.51-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 29.06%
GREEN value IS 132 (51.95% from 255) = 41.25%
BLUE value IS 95 (37.5% from 255) = 29.69%
R=29.06%
G=41.25%
B=29.69%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal93132950.3000.280.48123.0817.3344.12
Hex5D845F1E01C307b112c
Octal13520413736034601732154
Binary101110110000100101111111110011100110000111101110001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D845F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,132,95); }

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

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

 a { background-color: rgb(93,132,95); }

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

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

 span { border-color: rgb(93,132,95); }

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