#569560

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

Shades of Fruit Salad #569560

Tints of Fruit Salad #569560

Color information

#569560 (or 0x569560) is unknown color: approx Fruit Salad. HEX triplet: 56, 95 and 60. RGB value is (86,149,96). Sum of RGB (Red+Green+Blue) = 86+149+96=331 (43% of max value = 765). Red value is 86 (33.98% from 255 or 25.98% from 331); Green value is 149 (58.59% from 255 or 45.02% from 331); Blue value is 96 (37.89% from 255 or 29.00% from 331); Max value from RGB is 149 - color contains mainly: green. Hex color #569560 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #569560 is #A96A9F. Grayscale: #7C7C7C. Windows color (decimal): -11102880 or 6329686. OLE color: 6329686.

HSL color Cylindrical-coordinate representation of color #569560: hue angle of 129.52º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #569560 is Cyan = 0.42, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.42.

Color convert

RGB8614996-
CMYK0.4200.360.42
HSL129.52º26.81%46.08%-
HSV(B)129.52º42.28%58.43%-
XYZ16.724.3214.88-
YUV124.12112.13100.81-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 25.98%
GREEN value IS 149 (58.59% from 255) = 45.02%
BLUE value IS 96 (37.89% from 255) = 29.00%
R=25.98%
G=45.02%
B=29.00%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal86149960.4200.360.42129.5226.8146.08
Hex5695602A0242A821b2e
Octal12622514052044522023356
Binary101011010010101110000010101001001001010101000001011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #569560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #569560; }

 p { color: rgb(86,149,96); }

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

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

 a { background-color: rgb(86,149,96); }

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

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

 span { border-color: rgb(86,149,96); }

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