#47914D

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

Shades of Fruit Salad #47914D

Tints of Fruit Salad #47914D

Color information

#47914D (or 0x47914D) is unknown color: approx Fruit Salad. HEX triplet: 47, 91 and 4D. RGB value is (71,145,77). Sum of RGB (Red+Green+Blue) = 71+145+77=293 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.23% from 293); Green value is 145 (57.03% from 255 or 49.49% from 293); Blue value is 77 (30.47% from 255 or 26.28% from 293); Max value from RGB is 145 - color contains mainly: green. Hex color #47914D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #47914D is #B86EB2. Grayscale: #737373. Windows color (decimal): -12086963 or 5083463. OLE color: 5083463.

HSL color Cylindrical-coordinate representation of color #47914D: hue angle of 124.86º degrees, saturation: 0.34, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #47914D is Cyan = 0.51, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.43.

Color convert

RGB7114577-
CMYK0.5100.470.43
HSL124.86º34.26%42.35%-
HSV(B)124.86º51.03%56.86%-
XYZ14.0622.1310.55-
YUV115.12106.4896.53-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 24.23%
GREEN value IS 145 (57.03% from 255) = 49.49%
BLUE value IS 77 (30.47% from 255) = 26.28%
R=24.23%
G=49.49%
B=26.28%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal71145770.5100.470.43124.8634.2642.35
Hex47914D3302F2B7d222a
Octal10722111563057531754252
Binary100011110010001100110111001101011111010111111101100010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47914D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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