#569B4A

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

Shades of Fruit Salad #569B4A

Tints of Fruit Salad #569B4A

Color information

#569B4A (or 0x569B4A) is unknown color: approx Fruit Salad. HEX triplet: 56, 9B and 4A. RGB value is (86,155,74). Sum of RGB (Red+Green+Blue) = 86+155+74=315 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.30% from 315); Green value is 155 (60.94% from 255 or 49.21% from 315); Blue value is 74 (29.30% from 255 or 23.49% from 315); Max value from RGB is 155 - color contains mainly: green. Hex color #569B4A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #569B4A is #A964B5. Grayscale: #7D7D7D. Windows color (decimal): -11101366 or 4889430. OLE color: 4889430.

HSL color Cylindrical-coordinate representation of color #569B4A: hue angle of 111.11º degrees, saturation: 0.35, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #569B4A is Cyan = 0.45, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.39.

Color convert

RGB8615574-
CMYK0.4500.520.39
HSL111.11º35.37%44.9%-
HSV(B)111.11º52.26%60.78%-
XYZ16.825.9210.6-
YUV125.1499.14100.09-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 27.30%
GREEN value IS 155 (60.94% from 255) = 49.21%
BLUE value IS 74 (29.30% from 255) = 23.49%
R=27.30%
G=49.21%
B=23.49%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal86155740.4500.520.39111.1135.3744.9
Hex569B4A2D034276f232d
Octal12623311255064471574355
Binary101011010011011100101010110101101001001111101111100011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #569B4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #569B4A; }

 p { color: rgb(86,155,74); }

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

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

 a { background-color: rgb(86,155,74); }

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

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

 span { border-color: rgb(86,155,74); }

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