#5C845D

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

Shades of Hippie Green #5C845D

Tints of Hippie Green #5C845D

Color information

#5C845D (or 0x5C845D) is unknown color: approx Hippie Green. HEX triplet: 5C, 84 and 5D. RGB value is (92,132,93). Sum of RGB (Red+Green+Blue) = 92+132+93=317 (41% of max value = 765). Red value is 92 (36.33% from 255 or 29.02% from 317); Green value is 132 (51.95% from 255 or 41.64% from 317); Blue value is 93 (36.72% from 255 or 29.34% from 317); Max value from RGB is 132 - color contains mainly: green. Hex color #5C845D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5C845D is #A37BA2. Grayscale: #737373. Windows color (decimal): -10714019 or 6128732. OLE color: 6128732.

HSL color Cylindrical-coordinate representation of color #5C845D: hue angle of 121.5º degrees, saturation: 0.18, 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 #5C845D is Cyan = 0.30, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.48.

Color convert

RGB9213293-
CMYK0.3000.300.48
HSL121.5º17.86%43.92%-
HSV(B)121.5º30.3%51.76%-
XYZ14.6419.5713.36-
YUV115.59115.25111.17-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 29.02%
GREEN value IS 132 (51.95% from 255) = 41.64%
BLUE value IS 93 (36.72% from 255) = 29.34%
R=29.02%
G=41.64%
B=29.34%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal92132930.3000.300.48121.517.8643.92
Hex5C845D1E01E307a122c
Octal13420413536036601722254
Binary101110010000100101110111110011110110000111101010010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C845D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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