#479552

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

Shades of Fruit Salad #479552

Tints of Fruit Salad #479552

Color information

#479552 (or 0x479552) is unknown color: approx Fruit Salad. HEX triplet: 47, 95 and 52. RGB value is (71,149,82). Sum of RGB (Red+Green+Blue) = 71+149+82=302 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.51% from 302); Green value is 149 (58.59% from 255 or 49.34% from 302); Blue value is 82 (32.42% from 255 or 27.15% from 302); Max value from RGB is 149 - color contains mainly: green. Hex color #479552 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #479552 is #B86AAD. Grayscale: #767676. Windows color (decimal): -12085934 or 5412167. OLE color: 5412167.

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

Color convert

RGB7114982-
CMYK0.5200.450.42
HSL128.46º35.45%43.14%-
HSV(B)128.46º52.35%58.43%-
XYZ14.8723.4411.72-
YUV118.04107.6694.45-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 23.51%
GREEN value IS 149 (58.59% from 255) = 49.34%
BLUE value IS 82 (32.42% from 255) = 27.15%
R=23.51%
G=49.34%
B=27.15%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal71149820.5200.450.42128.4635.4543.14
Hex4795523402D2A80232b
Octal10722512264055522004353
Binary1000111100101011010010110100010110110101010000000100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #479552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #479552; }

 p { color: rgb(71,149,82); }

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

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

 a { background-color: rgb(71,149,82); }

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

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

 span { border-color: rgb(71,149,82); }

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