#56A25A

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

Shades of Fruit Salad #56A25A

Tints of Fruit Salad #56A25A

Color information

#56A25A (or 0x56A25A) is unknown color: approx Fruit Salad. HEX triplet: 56, A2 and 5A. RGB value is (86,162,90). Sum of RGB (Red+Green+Blue) = 86+162+90=338 (44% of max value = 765). Red value is 86 (33.98% from 255 or 25.44% from 338); Green value is 162 (63.67% from 255 or 47.93% from 338); Blue value is 90 (35.55% from 255 or 26.63% from 338); Max value from RGB is 162 - color contains mainly: green. Hex color #56A25A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56A25A is #A95DA5. Grayscale: #838383. Windows color (decimal): -11099558 or 5939798. OLE color: 5939798.

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

Color convert

RGB8616290-
CMYK0.4700.440.36
HSL123.16º30.65%48.63%-
HSV(B)123.16º46.91%63.53%-
XYZ18.628.5614.2-
YUV131.07104.8295.85-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 25.44%
GREEN value IS 162 (63.67% from 255) = 47.93%
BLUE value IS 90 (35.55% from 255) = 26.63%
R=25.44%
G=47.93%
B=26.63%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal86162900.4700.440.36123.1630.6548.63
Hex56A25A2F02C247b1f31
Octal12624213257054441733761
Binary10101101010001010110101011110101100100100111101111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56A25A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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