#47904a

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

Shades of Fruit Salad #47904A

Tints of Fruit Salad #47904A

Color information

#47904A (or 0x47904A) is unknown color: approx Fruit Salad. HEX triplet: 47, 90 and 4A. RGB value is (71,144,74). Sum of RGB (Red+Green+Blue) = 71+144+74=289 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.57% from 289); Green value is 144 (56.64% from 255 or 49.83% from 289); Blue value is 74 (29.30% from 255 or 25.61% from 289); Max value from RGB is 144 - color contains mainly: green. Hex color #47904A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #47904A is #B86FB5. Grayscale: #727272. Windows color (decimal): -12087222 or 4886599. OLE color: 4886599.

HSL color Cylindrical-coordinate representation of color #47904A: hue angle of 122.47º degrees, saturation: 0.34, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #47904A is Cyan = 0.51, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.44.

Color convert

RGB7114474-
CMYK0.5100.490.44
HSL122.47º33.95%42.16%-
HSV(B)122.47º50.69%56.47%-
XYZ13.8121.789.95-
YUV114.19105.3297.19-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 24.57%
GREEN value IS 144 (56.64% from 255) = 49.83%
BLUE value IS 74 (29.30% from 255) = 25.61%
R=24.57%
G=49.83%
B=25.61%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal71144740.5100.490.44122.4733.9542.16
Hex47904A330312C7a222a
Octal10722011263061541724252
Binary100011110010000100101011001101100011011001111010100010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47904a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47904a; }

 p { color: rgb(71,144,74); }

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

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

 a { background-color: rgb(71,144,74); }

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

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

 span { border-color: rgb(71,144,74); }

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