#5D855B

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

Shades of Hippie Green #5D855B

Tints of Hippie Green #5D855B

Color information

#5D855B (or 0x5D855B) is unknown color: approx Hippie Green. HEX triplet: 5D, 85 and 5B. RGB value is (93,133,91). Sum of RGB (Red+Green+Blue) = 93+133+91=317 (41% of max value = 765). Red value is 93 (36.72% from 255 or 29.34% from 317); Green value is 133 (52.34% from 255 or 41.96% from 317); Blue value is 91 (35.94% from 255 or 28.71% from 317); Max value from RGB is 133 - color contains mainly: green. Hex color #5D855B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5D855B is #A27AA4. Grayscale: #747474. Windows color (decimal): -10648229 or 5997917. OLE color: 5997917.

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

Color convert

RGB9313391-
CMYK0.3000.320.48
HSL117.14º18.75%43.92%-
HSV(B)117.14º31.58%52.16%-
XYZ14.7919.8612.95-
YUV116.25113.75111.42-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 29.34%
GREEN value IS 133 (52.34% from 255) = 41.96%
BLUE value IS 91 (35.94% from 255) = 28.71%
R=29.34%
G=41.96%
B=28.71%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal93133910.3000.320.48117.1418.7543.92
Hex5D855B1E0203075132c
Octal13520513336040601652354
Binary1011101100001011011011111100100000110000111010110011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D855B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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