#47A74C

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

Shades of Fruit Salad #47A74C

Tints of Fruit Salad #47A74C

Color information

#47A74C (or 0x47A74C) is unknown color: approx Fruit Salad. HEX triplet: 47, A7 and 4C. RGB value is (71,167,76). Sum of RGB (Red+Green+Blue) = 71+167+76=314 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.61% from 314); Green value is 167 (65.62% from 255 or 53.18% from 314); Blue value is 76 (30.08% from 255 or 24.20% from 314); Max value from RGB is 167 - color contains mainly: green. Hex color #47A74C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #47A74C is #B858B3. Grayscale: #808080. Windows color (decimal): -12081332 or 5023559. OLE color: 5023559.

HSL color Cylindrical-coordinate representation of color #47A74C: hue angle of 123.12º degrees, saturation: 0.4, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #47A74C is Cyan = 0.57, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.35.

Color convert

RGB7116776-
CMYK0.5700.540.35
HSL123.12º40.34%46.67%-
HSV(B)123.12º57.49%65.49%-
XYZ17.7229.511.6-
YUV127.9298.787.4-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 22.61%
GREEN value IS 167 (65.62% from 255) = 53.18%
BLUE value IS 76 (30.08% from 255) = 24.20%
R=22.61%
G=53.18%
B=24.20%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal71167760.5700.540.35123.1240.3446.67
Hex47A74C39036237b282f
Octal10724711471066431735057
Binary100011110100111100110011100101101101000111111011101000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47A74C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,167,76); }

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

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

 a { background-color: rgb(71,167,76); }

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

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

 span { border-color: rgb(71,167,76); }

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