#479140

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

Shades of Fruit Salad #479140

Tints of Fruit Salad #479140

Color information

#479140 (or 0x479140) is unknown color: approx Fruit Salad. HEX triplet: 47, 91 and 40. RGB value is (71,145,64). Sum of RGB (Red+Green+Blue) = 71+145+64=280 (37% of max value = 765). Red value is 71 (28.12% from 255 or 25.36% from 280); Green value is 145 (57.03% from 255 or 51.79% from 280); Blue value is 64 (25.39% from 255 or 22.86% from 280); Max value from RGB is 145 - color contains mainly: green. Hex color #479140 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #479140 is #B86EBF. Grayscale: #717171. Windows color (decimal): -12086976 or 4231495. OLE color: 4231495.

HSL color Cylindrical-coordinate representation of color #479140: hue angle of 114.81º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #479140 is Cyan = 0.51, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.43.

Color convert

RGB7114564-
CMYK0.5100.560.43
HSL114.81º38.76%40.98%-
HSV(B)114.81º55.86%56.86%-
XYZ13.6521.968.37-
YUV113.6499.9897.59-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 25.36%
GREEN value IS 145 (57.03% from 255) = 51.79%
BLUE value IS 64 (25.39% from 255) = 22.86%
R=25.36%
G=51.79%
B=22.86%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal71145640.5100.560.43114.8138.7640.98
Hex479140330382B732729
Octal10722110063070531634751
Binary100011110010001100000011001101110001010111110011100111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #479140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #479140; }

 p { color: rgb(71,145,64); }

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

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

 a { background-color: rgb(71,145,64); }

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

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

 span { border-color: rgb(71,145,64); }

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