#569952

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

Shades of Fruit Salad #569952

Tints of Fruit Salad #569952

Color information

#569952 (or 0x569952) is unknown color: approx Fruit Salad. HEX triplet: 56, 99 and 52. RGB value is (86,153,82). Sum of RGB (Red+Green+Blue) = 86+153+82=321 (42% of max value = 765). Red value is 86 (33.98% from 255 or 26.79% from 321); Green value is 153 (60.16% from 255 or 47.66% from 321); Blue value is 82 (32.42% from 255 or 25.55% from 321); Max value from RGB is 153 - color contains mainly: green. Hex color #569952 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #569952 is #A966AD. Grayscale: #7D7D7D. Windows color (decimal): -11101870 or 5413206. OLE color: 5413206.

HSL color Cylindrical-coordinate representation of color #569952: hue angle of 116.62º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #569952 is Cyan = 0.44, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.4.

Color convert

RGB8615382-
CMYK0.4400.460.4
HSL116.62º30.21%46.08%-
HSV(B)116.62º46.41%60%-
XYZ16.7525.3712-
YUV124.87103.8100.27-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 26.79%
GREEN value IS 153 (60.16% from 255) = 47.66%
BLUE value IS 82 (32.42% from 255) = 25.55%
R=26.79%
G=47.66%
B=25.55%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal86153820.4400.460.4116.6230.2146.08
Hex5699522C02E28751e2e
Octal12623112254056501653656
Binary10101101001100110100101011000101110101000111010111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #569952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #569952; }

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

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

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

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

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

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

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

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