#56885B

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

Shades of Hippie Green #56885B

Tints of Hippie Green #56885B

Color information

#56885B (or 0x56885B) is unknown color: approx Hippie Green. HEX triplet: 56, 88 and 5B. RGB value is (86,136,91). Sum of RGB (Red+Green+Blue) = 86+136+91=313 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.48% from 313); Green value is 136 (53.52% from 255 or 43.45% from 313); Blue value is 91 (35.94% from 255 or 29.07% from 313); Max value from RGB is 136 - color contains mainly: green. Hex color #56885B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56885B is #A977A4. Grayscale: #747474. Windows color (decimal): -11106213 or 5998678. OLE color: 5998678.

HSL color Cylindrical-coordinate representation of color #56885B: hue angle of 126º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #56885B is Cyan = 0.37, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.47.

Color convert

RGB8613691-
CMYK0.3700.330.47
HSL126º22.52%43.53%-
HSV(B)126º36.76%53.33%-
XYZ14.5320.3413.06-
YUV115.92113.94106.66-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 27.48%
GREEN value IS 136 (53.52% from 255) = 43.45%
BLUE value IS 91 (35.94% from 255) = 29.07%
R=27.48%
G=43.45%
B=29.07%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal86136910.3700.330.4712622.5243.53
Hex56885B250212F7e172c
Octal12621013345041571762754
Binary10101101000100010110111001010100001101111111111010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56885B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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