#5B8955

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

Shades of Hippie Green #5B8955

Tints of Hippie Green #5B8955

Color information

#5B8955 (or 0x5B8955) is unknown color: approx Hippie Green. HEX triplet: 5B, 89 and 55. RGB value is (91,137,85). Sum of RGB (Red+Green+Blue) = 91+137+85=313 (41% of max value = 765). Red value is 91 (35.94% from 255 or 29.07% from 313); Green value is 137 (53.91% from 255 or 43.77% from 313); Blue value is 85 (33.59% from 255 or 27.16% from 313); Max value from RGB is 137 - color contains mainly: green. Hex color #5B8955 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5B8955 is #A476AA. Grayscale: #757575. Windows color (decimal): -10778283 or 5605723. OLE color: 5605723.

HSL color Cylindrical-coordinate representation of color #5B8955: hue angle of 113.08º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #5B8955 is Cyan = 0.34, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.46.

Color convert

RGB9113785-
CMYK0.3400.380.46
HSL113.08º23.42%43.53%-
HSV(B)113.08º37.96%53.73%-
XYZ14.920.7711.82-
YUV117.32109.76109.23-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 29.07%
GREEN value IS 137 (53.91% from 255) = 43.77%
BLUE value IS 85 (33.59% from 255) = 27.16%
R=29.07%
G=43.77%
B=27.16%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal91137850.3400.380.46113.0823.4243.53
Hex5B8955220262E71172c
Octal13321112542046561612754
Binary10110111000100110101011000100100110101110111000110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B8955

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,137,85); }

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

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

 a { background-color: rgb(91,137,85); }

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

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

 span { border-color: rgb(91,137,85); }

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