#5B8361

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

Shades of Hippie Green #5B8361

Tints of Hippie Green #5B8361

Color information

#5B8361 (or 0x5B8361) is unknown color: approx Hippie Green. HEX triplet: 5B, 83 and 61. RGB value is (91,131,97). Sum of RGB (Red+Green+Blue) = 91+131+97=319 (42% of max value = 765). Red value is 91 (35.94% from 255 or 28.53% from 319); Green value is 131 (51.56% from 255 or 41.07% from 319); Blue value is 97 (38.28% from 255 or 30.41% from 319); Max value from RGB is 131 - color contains mainly: green. Hex color #5B8361 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5B8361 is #A47C9E. Grayscale: #737373. Windows color (decimal): -10779807 or 6390619. OLE color: 6390619.

HSL color Cylindrical-coordinate representation of color #5B8361: hue angle of 129º 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 #5B8361 is Cyan = 0.31, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.49.

Color convert

RGB9113197-
CMYK0.3100.260.49
HSL129º18.02%43.53%-
HSV(B)129º30.53%51.37%-
XYZ14.5919.3214.27-
YUV115.16117.75110.76-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 28.53%
GREEN value IS 131 (51.56% from 255) = 41.07%
BLUE value IS 97 (38.28% from 255) = 30.41%
R=28.53%
G=41.07%
B=30.41%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal91131970.3100.260.4912918.0243.53
Hex5B83611F01A3181122c
Octal13320314137032612012254
Binary1011011100000111100001111110110101100011000000110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B8361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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