#56A44B

Color #56A44B Fruit Salad (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fruit Salad #56A44B

Tints of Fruit Salad #56A44B

Color information

#56A44B (or 0x56A44B) is unknown color: approx Fruit Salad. HEX triplet: 56, A4 and 4B. RGB value is (86,164,75). Sum of RGB (Red+Green+Blue) = 86+164+75=325 (43% of max value = 765). Red value is 86 (33.98% from 255 or 26.46% from 325); Green value is 164 (64.45% from 255 or 50.46% from 325); Blue value is 75 (29.69% from 255 or 23.08% from 325); Max value from RGB is 164 - color contains mainly: green. Hex color #56A44B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #56A44B is #A95BB4. Grayscale: #828282. Windows color (decimal): -11099061 or 4957270. OLE color: 4957270.

HSL color Cylindrical-coordinate representation of color #56A44B: hue angle of 112.58º degrees, saturation: 0.37, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #56A44B is Cyan = 0.48, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.36.

Color convert

RGB8616475-
CMYK0.4800.540.36
HSL112.58º37.24%46.86%-
HSV(B)112.58º54.27%64.31%-
XYZ18.3829.0411.29-
YUV130.5396.6696.24-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 26.46%
GREEN value IS 164 (64.45% from 255) = 50.46%
BLUE value IS 75 (29.69% from 255) = 23.08%
R=26.46%
G=50.46%
B=23.08%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal86164750.4800.540.36112.5837.2446.86
Hex56A44B300362471252f
Octal12624411360066441614557
Binary101011010100100100101111000001101101001001110001100101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56A44B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56A44B; }

 p { color: rgb(86,164,75); }

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

<style>
 a { background-color: #56A44B; }

 a { background-color: rgb(86,164,75); }

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

<style>
 span { border-color: #56A44B; }

 span { border-color: rgb(86,164,75); }

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