#47954A

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

Shades of Fruit Salad #47954A

Tints of Fruit Salad #47954A

Color information

#47954A (or 0x47954A) is unknown color: approx Fruit Salad. HEX triplet: 47, 95 and 4A. RGB value is (71,149,74). Sum of RGB (Red+Green+Blue) = 71+149+74=294 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.15% from 294); Green value is 149 (58.59% from 255 or 50.68% from 294); Blue value is 74 (29.30% from 255 or 25.17% from 294); Max value from RGB is 149 - color contains mainly: green. Hex color #47954A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #47954A is #B86AB5. Grayscale: #757575. Windows color (decimal): -12085942 or 4887879. OLE color: 4887879.

HSL color Cylindrical-coordinate representation of color #47954A: hue angle of 122.31º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #47954A is Cyan = 0.52, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.42.

Color convert

RGB7114974-
CMYK0.5200.500.42
HSL122.31º35.45%43.14%-
HSV(B)122.31º52.35%58.43%-
XYZ14.5823.3310.21-
YUV117.13103.6695.1-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 24.15%
GREEN value IS 149 (58.59% from 255) = 50.68%
BLUE value IS 74 (29.30% from 255) = 25.17%
R=24.15%
G=50.68%
B=25.17%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal71149740.5200.500.42122.3135.4543.14
Hex47954A340322A7a232b
Octal10722511264062521724353
Binary100011110010101100101011010001100101010101111010100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47954A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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