#5D8361

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

Shades of Hippie Green #5D8361

Tints of Hippie Green #5D8361

Color information

#5D8361 (or 0x5D8361) is unknown color: approx Hippie Green. HEX triplet: 5D, 83 and 61. RGB value is (93,131,97). Sum of RGB (Red+Green+Blue) = 93+131+97=321 (42% of max value = 765). Red value is 93 (36.72% from 255 or 28.97% from 321); Green value is 131 (51.56% from 255 or 40.81% from 321); Blue value is 97 (38.28% from 255 or 30.22% from 321); Max value from RGB is 131 - color contains mainly: green. Hex color #5D8361 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5D8361 is #A27C9E. Grayscale: #737373. Windows color (decimal): -10648735 or 6390621. OLE color: 6390621.

HSL color Cylindrical-coordinate representation of color #5D8361: hue angle of 126.32º degrees, saturation: 0.17, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #5D8361 is Cyan = 0.29, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.49.

Color convert

RGB9313197-
CMYK0.2900.260.49
HSL126.32º16.96%43.92%-
HSV(B)126.32º29.01%51.37%-
XYZ14.7919.4214.28-
YUV115.76117.41111.76-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 28.97%
GREEN value IS 131 (51.56% from 255) = 40.81%
BLUE value IS 97 (38.28% from 255) = 30.22%
R=28.97%
G=40.81%
B=30.22%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal93131970.2900.260.49126.3216.9643.92
Hex5D83611D01A317e112c
Octal13520314135032611762154
Binary101110110000011110000111101011010110001111111010001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D8361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,131,97); }

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

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

 a { background-color: rgb(93,131,97); }

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

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

 span { border-color: rgb(93,131,97); }

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