#56855B

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

Shades of Hippie Green #56855B

Tints of Hippie Green #56855B

Color information

#56855B (or 0x56855B) is unknown color: approx Hippie Green. HEX triplet: 56, 85 and 5B. RGB value is (86,133,91). Sum of RGB (Red+Green+Blue) = 86+133+91=310 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.74% from 310); Green value is 133 (52.34% from 255 or 42.90% from 310); Blue value is 91 (35.94% from 255 or 29.35% from 310); Max value from RGB is 133 - color contains mainly: green. Hex color #56855B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56855B is #A97AA4. Grayscale: #727272. Windows color (decimal): -11106981 or 5997910. OLE color: 5997910.

HSL color Cylindrical-coordinate representation of color #56855B: hue angle of 126.38º degrees, saturation: 0.21, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #56855B is Cyan = 0.35, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.48.

Color convert

RGB8613391-
CMYK0.3500.320.48
HSL126.38º21.46%42.94%-
HSV(B)126.38º35.34%52.16%-
XYZ14.1119.5112.92-
YUV114.16114.93107.92-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 27.74%
GREEN value IS 133 (52.34% from 255) = 42.90%
BLUE value IS 91 (35.94% from 255) = 29.35%
R=27.74%
G=42.90%
B=29.35%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal86133910.3500.320.48126.3821.4642.94
Hex56855B23020307e152b
Octal12620513343040601762553
Binary10101101000010110110111000110100000110000111111010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56855B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56855B; }

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

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

<style>
 a { background-color: #56855B; }

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

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

<style>
 span { border-color: #56855B; }

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

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