#479344

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

Shades of Fruit Salad #479344

Tints of Fruit Salad #479344

Color information

#479344 (or 0x479344) is unknown color: approx Fruit Salad. HEX triplet: 47, 93 and 44. RGB value is (71,147,68). Sum of RGB (Red+Green+Blue) = 71+147+68=286 (37% of max value = 765). Red value is 71 (28.12% from 255 or 24.83% from 286); Green value is 147 (57.81% from 255 or 51.40% from 286); Blue value is 68 (26.95% from 255 or 23.78% from 286); Max value from RGB is 147 - color contains mainly: green. Hex color #479344 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #479344 is #B86CBB. Grayscale: #737373. Windows color (decimal): -12086460 or 4494151. OLE color: 4494151.

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

Color convert

RGB7114768-
CMYK0.5200.540.42
HSL117.72º36.74%42.16%-
HSV(B)117.72º53.74%57.65%-
XYZ14.0822.629.09-
YUV115.27101.3296.42-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 24.83%
GREEN value IS 147 (57.81% from 255) = 51.40%
BLUE value IS 68 (26.95% from 255) = 23.78%
R=24.83%
G=51.40%
B=23.78%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal71147680.5200.540.42117.7236.7442.16
Hex479344340362A76252a
Octal10722310464066521664552
Binary100011110010011100010011010001101101010101110110100101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #479344

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #479344; }

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

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

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

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

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

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

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

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