#5D885E

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

Shades of Hippie Green #5D885E

Tints of Hippie Green #5D885E

Color information

#5D885E (or 0x5D885E) is unknown color: approx Hippie Green. HEX triplet: 5D, 88 and 5E. RGB value is (93,136,94). Sum of RGB (Red+Green+Blue) = 93+136+94=323 (42% of max value = 765). Red value is 93 (36.72% from 255 or 28.79% from 323); Green value is 136 (53.52% from 255 or 42.11% from 323); Blue value is 94 (37.11% from 255 or 29.10% from 323); Max value from RGB is 136 - color contains mainly: green. Hex color #5D885E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5D885E is #A277A1. Grayscale: #767676. Windows color (decimal): -10647458 or 6195293. OLE color: 6195293.

HSL color Cylindrical-coordinate representation of color #5D885E: hue angle of 121.4º degrees, saturation: 0.19, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #5D885E is Cyan = 0.32, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.47.

Color convert

RGB9313694-
CMYK0.3200.310.47
HSL121.4º18.78%44.9%-
HSV(B)121.4º31.62%53.33%-
XYZ15.3420.7413.79-
YUV118.35114.25109.92-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 28.79%
GREEN value IS 136 (53.52% from 255) = 42.11%
BLUE value IS 94 (37.11% from 255) = 29.10%
R=28.79%
G=42.11%
B=29.10%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal93136940.3200.310.47121.418.7844.9
Hex5D885E2001F2F79132d
Octal13521013640037571712355
Binary1011101100010001011110100000011111101111111100110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D885E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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