#56915C

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

Shades of Hippie Green #56915C

Tints of Hippie Green #56915C

Color information

#56915C (or 0x56915C) is unknown color: approx Hippie Green. HEX triplet: 56, 91 and 5C. RGB value is (86,145,92). Sum of RGB (Red+Green+Blue) = 86+145+92=323 (42% of max value = 765). Red value is 86 (33.98% from 255 or 26.63% from 323); Green value is 145 (57.03% from 255 or 44.89% from 323); Blue value is 92 (36.33% from 255 or 28.48% from 323); Max value from RGB is 145 - color contains mainly: green. Hex color #56915C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56915C is #A96EA3. Grayscale: #797979. Windows color (decimal): -11103908 or 6066518. OLE color: 6066518.

HSL color Cylindrical-coordinate representation of color #56915C: hue angle of 126.1º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #56915C is Cyan = 0.41, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.43.

Color convert

RGB8614592-
CMYK0.4100.370.43
HSL126.1º25.54%45.29%-
HSV(B)126.1º40.69%56.86%-
XYZ15.892313.73-
YUV121.32111.45102.81-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 26.63%
GREEN value IS 145 (57.03% from 255) = 44.89%
BLUE value IS 92 (36.33% from 255) = 28.48%
R=26.63%
G=44.89%
B=28.48%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal86145920.4100.370.43126.125.5445.29
Hex56915C290252B7e1a2d
Octal12622113451045531763255
Binary10101101001000110111001010010100101101011111111011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56915C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56915C; }

 p { color: rgb(86,145,92); }

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

<style>
 a { background-color: #56915C; }

 a { background-color: rgb(86,145,92); }

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

<style>
 span { border-color: #56915C; }

 span { border-color: rgb(86,145,92); }

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