#47914A

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

Shades of Fruit Salad #47914A

Tints of Fruit Salad #47914A

Color information

#47914A (or 0x47914A) is unknown color: approx Fruit Salad. HEX triplet: 47, 91 and 4A. RGB value is (71,145,74). Sum of RGB (Red+Green+Blue) = 71+145+74=290 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.48% from 290); Green value is 145 (57.03% from 255 or 50% from 290); Blue value is 74 (29.30% from 255 or 25.52% from 290); Max value from RGB is 145 - color contains mainly: green. Hex color #47914A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #47914A is #B86EB5. Grayscale: #727272. Windows color (decimal): -12086966 or 4886855. OLE color: 4886855.

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

Color convert

RGB7114574-
CMYK0.5100.490.43
HSL122.43º34.26%42.35%-
HSV(B)122.43º51.03%56.86%-
XYZ13.9622.0810.01-
YUV114.78104.9896.77-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 24.48%
GREEN value IS 145 (57.03% from 255) = 50%
BLUE value IS 74 (29.30% from 255) = 25.52%
R=24.48%
G=50%
B=25.52%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal71145740.5100.490.43122.4334.2642.35
Hex47914A330312B7a222a
Octal10722111263061531724252
Binary100011110010001100101011001101100011010111111010100010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47914A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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