#47904D

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

Shades of Fruit Salad #47904D

Tints of Fruit Salad #47904D

Color information

#47904D (or 0x47904D) is unknown color: approx Fruit Salad. HEX triplet: 47, 90 and 4D. RGB value is (71,144,77). Sum of RGB (Red+Green+Blue) = 71+144+77=292 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.32% from 292); Green value is 144 (56.64% from 255 or 49.32% from 292); Blue value is 77 (30.47% from 255 or 26.37% from 292); Max value from RGB is 144 - color contains mainly: green. Hex color #47904D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #47904D is #B86FB2. Grayscale: #727272. Windows color (decimal): -12087219 or 5083207. OLE color: 5083207.

HSL color Cylindrical-coordinate representation of color #47904D: hue angle of 124.93º 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 #47904D is Cyan = 0.51, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.44.

Color convert

RGB7114477-
CMYK0.5100.470.44
HSL124.93º33.95%42.16%-
HSV(B)124.93º50.69%56.47%-
XYZ13.9121.8210.5-
YUV114.54106.8296.95-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 24.32%
GREEN value IS 144 (56.64% from 255) = 49.32%
BLUE value IS 77 (30.47% from 255) = 26.37%
R=24.32%
G=49.32%
B=26.37%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal71144770.5100.470.44124.9333.9542.16
Hex47904D3302F2C7d222a
Octal10722011563057541754252
Binary100011110010000100110111001101011111011001111101100010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47904D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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