#479352

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

Shades of Fruit Salad #479352

Tints of Fruit Salad #479352

Color information

#479352 (or 0x479352) is unknown color: approx Fruit Salad. HEX triplet: 47, 93 and 52. RGB value is (71,147,82). Sum of RGB (Red+Green+Blue) = 71+147+82=300 (39% of max value = 765). Red value is 71 (28.12% from 255 or 23.67% from 300); Green value is 147 (57.81% from 255 or 49% from 300); Blue value is 82 (32.42% from 255 or 27.33% from 300); Max value from RGB is 147 - color contains mainly: green. Hex color #479352 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #479352 is #B86CAD. Grayscale: #757575. Windows color (decimal): -12086446 or 5411655. OLE color: 5411655.

HSL color Cylindrical-coordinate representation of color #479352: hue angle of 128.68º 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 #479352 is Cyan = 0.52, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.42.

Color convert

RGB7114782-
CMYK0.5200.440.42
HSL128.68º34.86%42.75%-
HSV(B)128.68º51.7%57.65%-
XYZ14.5622.8211.62-
YUV116.87108.3295.29-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 23.67%
GREEN value IS 147 (57.81% from 255) = 49%
BLUE value IS 82 (32.42% from 255) = 27.33%
R=23.67%
G=49%
B=27.33%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal71147820.5200.440.42128.6834.8642.75
Hex4793523402C2A81232b
Octal10722312264054522014353
Binary1000111100100111010010110100010110010101010000001100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #479352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #479352; }

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

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

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

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

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

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

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

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