#569F52

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

Shades of Fruit Salad #569F52

Tints of Fruit Salad #569F52

Color information

#569F52 (or 0x569F52) is unknown color: approx Fruit Salad. HEX triplet: 56, 9F and 52. RGB value is (86,159,82). Sum of RGB (Red+Green+Blue) = 86+159+82=327 (43% of max value = 765). Red value is 86 (33.98% from 255 or 26.30% from 327); Green value is 159 (62.5% from 255 or 48.62% from 327); Blue value is 82 (32.42% from 255 or 25.08% from 327); Max value from RGB is 159 - color contains mainly: green. Hex color #569F52 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #569F52 is #A960AD. Grayscale: #808080. Windows color (decimal): -11100334 or 5414742. OLE color: 5414742.

HSL color Cylindrical-coordinate representation of color #569F52: hue angle of 116.88º degrees, saturation: 0.32, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #569F52 is Cyan = 0.46, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.38.

Color convert

RGB8615982-
CMYK0.4600.480.38
HSL116.88º31.95%47.25%-
HSV(B)116.88º48.43%62.35%-
XYZ17.7627.3812.33-
YUV128.4101.8297.76-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 26.30%
GREEN value IS 159 (62.5% from 255) = 48.62%
BLUE value IS 82 (32.42% from 255) = 25.08%
R=26.30%
G=48.62%
B=25.08%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal86159820.4600.480.38116.8831.9547.25
Hex569F522E0302675202f
Octal12623712256060461654057
Binary101011010011111101001010111001100001001101110101100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #569F52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,159,82); }

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

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

 a { background-color: rgb(86,159,82); }

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

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

 span { border-color: rgb(86,159,82); }

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