#47914E

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

Shades of Fruit Salad #47914E

Tints of Fruit Salad #47914E

Color information

#47914E (or 0x47914E) is unknown color: approx Fruit Salad. HEX triplet: 47, 91 and 4E. RGB value is (71,145,78). Sum of RGB (Red+Green+Blue) = 71+145+78=294 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.15% from 294); Green value is 145 (57.03% from 255 or 49.32% from 294); Blue value is 78 (30.86% from 255 or 26.53% from 294); Max value from RGB is 145 - color contains mainly: green. Hex color #47914E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #47914E is #B86EB1. Grayscale: #737373. Windows color (decimal): -12086962 or 5148999. OLE color: 5148999.

HSL color Cylindrical-coordinate representation of color #47914E: hue angle of 125.68º 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 #47914E is Cyan = 0.51, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.43.

Color convert

RGB7114578-
CMYK0.5100.460.43
HSL125.68º34.26%42.35%-
HSV(B)125.68º51.03%56.86%-
XYZ14.122.1410.74-
YUV115.24106.9896.45-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 24.15%
GREEN value IS 145 (57.03% from 255) = 49.32%
BLUE value IS 78 (30.86% from 255) = 26.53%
R=24.15%
G=49.32%
B=26.53%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal71145780.5100.460.43125.6834.2642.35
Hex47914E3302E2B7e222a
Octal10722111663056531764252
Binary100011110010001100111011001101011101010111111110100010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47914E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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