#569260

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

Shades of Fruit Salad #569260

Tints of Fruit Salad #569260

Color information

#569260 (or 0x569260) is unknown color: approx Fruit Salad. HEX triplet: 56, 92 and 60. RGB value is (86,146,96). Sum of RGB (Red+Green+Blue) = 86+146+96=328 (43% of max value = 765). Red value is 86 (33.98% from 255 or 26.22% from 328); Green value is 146 (57.42% from 255 or 44.51% from 328); Blue value is 96 (37.89% from 255 or 29.27% from 328); Max value from RGB is 146 - color contains mainly: green. Hex color #569260 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #569260 is #A96D9F. Grayscale: #7A7A7A. Windows color (decimal): -11103648 or 6328918. OLE color: 6328918.

HSL color Cylindrical-coordinate representation of color #569260: hue angle of 130º 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 #569260 is Cyan = 0.41, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.43.

Color convert

RGB8614696-
CMYK0.4100.340.43
HSL130º25.86%45.49%-
HSV(B)130º41.1%57.25%-
XYZ16.2323.3814.72-
YUV122.36113.12102.07-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 26.22%
GREEN value IS 146 (57.42% from 255) = 44.51%
BLUE value IS 96 (37.89% from 255) = 29.27%
R=26.22%
G=44.51%
B=29.27%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal86146960.4100.340.4313025.8645.49
Hex569260290222B821a2d
Octal12622214051042532023255
Binary101011010010010110000010100101000101010111000001011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #569260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #569260; }

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

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

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

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

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

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

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

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