#47b349

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

Shades of Fruit Salad #47B349

Tints of Fruit Salad #47B349

Color information

#47B349 (or 0x47B349) is unknown color: approx Fruit Salad. HEX triplet: 47, B3 and 49. RGB value is (71,179,73). Sum of RGB (Red+Green+Blue) = 71+179+73=323 (42% of max value = 765). Red value is 71 (28.12% from 255 or 21.98% from 323); Green value is 179 (70.31% from 255 or 55.42% from 323); Blue value is 73 (28.91% from 255 or 22.60% from 323); Max value from RGB is 179 - color contains mainly: green. Hex color #47B349 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #47B349 is #B84CB6. Grayscale: #868686. Windows color (decimal): -12078263 or 4830023. OLE color: 4830023.

HSL color Cylindrical-coordinate representation of color #47B349: hue angle of 121.11º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #47B349 is Cyan = 0.60, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.30.

Color convert

RGB7117973-
CMYK0.6000.590.30
HSL121.11º43.2%49.02%-
HSV(B)121.11º60.34%70.2%-
XYZ19.9234.0611.83-
YUV134.6293.2282.62-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 21.98%
GREEN value IS 179 (70.31% from 255) = 55.42%
BLUE value IS 73 (28.91% from 255) = 22.60%
R=21.98%
G=55.42%
B=22.60%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal71179730.6000.590.30121.1143.249.02
Hex47B3493C03B1E792b31
Octal10726311174073361715361
Binary10001111011001110010011111000111011111101111001101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47b349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47b349; }

 p { color: rgb(71,179,73); }

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

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

 a { background-color: rgb(71,179,73); }

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

<style>
 span { border-color: #47b349; }

 span { border-color: rgb(71,179,73); }

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