#47A448

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

Shades of Fruit Salad #47A448

Tints of Fruit Salad #47A448

Color information

#47A448 (or 0x47A448) is unknown color: approx Fruit Salad. HEX triplet: 47, A4 and 48. RGB value is (71,164,72). Sum of RGB (Red+Green+Blue) = 71+164+72=307 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.13% from 307); Green value is 164 (64.45% from 255 or 53.42% from 307); Blue value is 72 (28.52% from 255 or 23.45% from 307); Max value from RGB is 164 - color contains mainly: green. Hex color #47A448 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #47A448 is #B85BB7. Grayscale: #7D7D7D. Windows color (decimal): -12082104 or 4760647. OLE color: 4760647.

HSL color Cylindrical-coordinate representation of color #47A448: hue angle of 120.65º degrees, saturation: 0.4, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #47A448 is Cyan = 0.57, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.36.

Color convert

RGB7116472-
CMYK0.5700.560.36
HSL120.65º39.57%46.08%-
HSV(B)120.65º56.71%64.31%-
XYZ17.0428.3610.71-
YUV125.797.6988.98-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 23.13%
GREEN value IS 164 (64.45% from 255) = 53.42%
BLUE value IS 72 (28.52% from 255) = 23.45%
R=23.13%
G=53.42%
B=23.45%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal71164720.5700.560.36120.6539.5746.08
Hex47A448390382479282e
Octal10724411071070441715056
Binary100011110100100100100011100101110001001001111001101000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47A448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,164,72); }

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

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

 a { background-color: rgb(71,164,72); }

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

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

 span { border-color: rgb(71,164,72); }

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