#56A548

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

Shades of Fruit Salad #56A548

Tints of Fruit Salad #56A548

Color information

#56A548 (or 0x56A548) is unknown color: approx Fruit Salad. HEX triplet: 56, A5 and 48. RGB value is (86,165,72). Sum of RGB (Red+Green+Blue) = 86+165+72=323 (42% of max value = 765). Red value is 86 (33.98% from 255 or 26.63% from 323); Green value is 165 (64.84% from 255 or 51.08% from 323); Blue value is 72 (28.52% from 255 or 22.29% from 323); Max value from RGB is 165 - color contains mainly: green. Hex color #56A548 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #56A548 is #A95AB7. Grayscale: #838383. Windows color (decimal): -11098808 or 4760918. OLE color: 4760918.

HSL color Cylindrical-coordinate representation of color #56A548: hue angle of 110.97º degrees, saturation: 0.39, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #56A548 is Cyan = 0.48, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.35.

Color convert

RGB8616572-
CMYK0.4800.560.35
HSL110.97º39.24%46.47%-
HSV(B)110.97º56.36%64.71%-
XYZ18.4629.3610.82-
YUV130.7894.8396.06-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 26.63%
GREEN value IS 165 (64.84% from 255) = 51.08%
BLUE value IS 72 (28.52% from 255) = 22.29%
R=26.63%
G=51.08%
B=22.29%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal86165720.4800.560.35110.9739.2446.47
Hex56A54830038236f272e
Octal12624511060070431574756
Binary101011010100101100100011000001110001000111101111100111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56A548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,165,72); }

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

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

 a { background-color: rgb(86,165,72); }

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

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

 span { border-color: rgb(86,165,72); }

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