#56845A

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

Shades of Hippie Green #56845A

Tints of Hippie Green #56845A

Color information

#56845A (or 0x56845A) is unknown color: approx Hippie Green. HEX triplet: 56, 84 and 5A. RGB value is (86,132,90). Sum of RGB (Red+Green+Blue) = 86+132+90=308 (40% of max value = 765). Red value is 86 (33.98% from 255 or 27.92% from 308); Green value is 132 (51.95% from 255 or 42.86% from 308); Blue value is 90 (35.55% from 255 or 29.22% from 308); Max value from RGB is 132 - color contains mainly: green. Hex color #56845A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56845A is #A97BA5. Grayscale: #717171. Windows color (decimal): -11107238 or 5932118. OLE color: 5932118.

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

Color convert

RGB8613290-
CMYK0.3500.320.48
HSL125.22º21.1%42.75%-
HSV(B)125.22º34.85%51.76%-
XYZ13.9319.2212.65-
YUV113.46114.76108.42-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 27.92%
GREEN value IS 132 (51.95% from 255) = 42.86%
BLUE value IS 90 (35.55% from 255) = 29.22%
R=27.92%
G=42.86%
B=29.22%

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
Decimal86132900.3500.320.48125.2221.142.75
Hex56845A23020307d152b
Octal12620413243040601752553
Binary10101101000010010110101000110100000110000111110110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56845A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56845A; }

 p { color: rgb(86,132,90); }

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

<style>
 a { background-color: #56845A; }

 a { background-color: rgb(86,132,90); }

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

<style>
 span { border-color: #56845A; }

 span { border-color: rgb(86,132,90); }

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