#5B855C

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

Shades of Hippie Green #5B855C

Tints of Hippie Green #5B855C

Color information

#5B855C (or 0x5B855C) is unknown color: approx Hippie Green. HEX triplet: 5B, 85 and 5C. RGB value is (91,133,92). Sum of RGB (Red+Green+Blue) = 91+133+92=316 (41% of max value = 765). Red value is 91 (35.94% from 255 or 28.80% from 316); Green value is 133 (52.34% from 255 or 42.09% from 316); Blue value is 92 (36.33% from 255 or 29.11% from 316); Max value from RGB is 133 - color contains mainly: green. Hex color #5B855C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5B855C is #A47AA3. Grayscale: #737373. Windows color (decimal): -10779300 or 6063451. OLE color: 6063451.

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

Color convert

RGB9113392-
CMYK0.3200.310.48
HSL121.43º18.75%43.92%-
HSV(B)121.43º31.58%52.16%-
XYZ14.6319.7713.17-
YUV115.77114.59110.33-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 28.80%
GREEN value IS 133 (52.34% from 255) = 42.09%
BLUE value IS 92 (36.33% from 255) = 29.11%
R=28.80%
G=42.09%
B=29.11%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal91133920.3200.310.48121.4318.7543.92
Hex5B855C2001F3079132c
Octal13320513440037601712354
Binary1011011100001011011100100000011111110000111100110011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B855C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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