#5D855E

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

Shades of Hippie Green #5D855E

Tints of Hippie Green #5D855E

Color information

#5D855E (or 0x5D855E) is unknown color: approx Hippie Green. HEX triplet: 5D, 85 and 5E. RGB value is (93,133,94). Sum of RGB (Red+Green+Blue) = 93+133+94=320 (42% of max value = 765). Red value is 93 (36.72% from 255 or 29.06% from 320); Green value is 133 (52.34% from 255 or 41.56% from 320); Blue value is 94 (37.11% from 255 or 29.38% from 320); Max value from RGB is 133 - color contains mainly: green. Hex color #5D855E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5D855E is #A27AA1. Grayscale: #747474. Windows color (decimal): -10648226 or 6194525. OLE color: 6194525.

HSL color Cylindrical-coordinate representation of color #5D855E: 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 #5D855E is Cyan = 0.30, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.48.

Color convert

RGB9313394-
CMYK0.3000.290.48
HSL121.5º17.7%44.31%-
HSV(B)121.5º30.08%52.16%-
XYZ14.9219.9113.65-
YUV116.59115.25111.17-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 29.06%
GREEN value IS 133 (52.34% from 255) = 41.56%
BLUE value IS 94 (37.11% from 255) = 29.38%
R=29.06%
G=41.56%
B=29.38%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal93133940.3000.290.48121.517.744.31
Hex5D855E1E01D307a122c
Octal13520513636035601722254
Binary101110110000101101111011110011101110000111101010010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D855E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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