#5B8360

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

Shades of Hippie Green #5B8360

Tints of Hippie Green #5B8360

Color information

#5B8360 (or 0x5B8360) is unknown color: approx Hippie Green. HEX triplet: 5B, 83 and 60. RGB value is (91,131,96). Sum of RGB (Red+Green+Blue) = 91+131+96=318 (42% of max value = 765). Red value is 91 (35.94% from 255 or 28.62% from 318); Green value is 131 (51.56% from 255 or 41.19% from 318); Blue value is 96 (37.89% from 255 or 30.19% from 318); Max value from RGB is 131 - color contains mainly: green. Hex color #5B8360 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5B8360 is #A47C9F. Grayscale: #737373. Windows color (decimal): -10779808 or 6325083. OLE color: 6325083.

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

Color convert

RGB9113196-
CMYK0.3100.270.49
HSL127.5º18.02%43.53%-
HSV(B)127.5º30.53%51.37%-
XYZ14.5419.314.03-
YUV115.05117.25110.85-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 28.62%
GREEN value IS 131 (51.56% from 255) = 41.19%
BLUE value IS 96 (37.89% from 255) = 30.19%
R=28.62%
G=41.19%
B=30.19%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal91131960.3100.270.49127.518.0243.53
Hex5B83601F01B317f122c
Octal13320314037033611772254
Binary101101110000011110000011111011011110001111111110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B8360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,131,96); }

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

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

 a { background-color: rgb(91,131,96); }

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

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

 span { border-color: rgb(91,131,96); }

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