#47A452

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

Shades of Fruit Salad #47A452

Tints of Fruit Salad #47A452

Color information

#47A452 (or 0x47A452) is unknown color: approx Fruit Salad. HEX triplet: 47, A4 and 52. RGB value is (71,164,82). Sum of RGB (Red+Green+Blue) = 71+164+82=317 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.40% from 317); Green value is 164 (64.45% from 255 or 51.74% from 317); Blue value is 82 (32.42% from 255 or 25.87% from 317); Max value from RGB is 164 - color contains mainly: green. Hex color #47A452 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #47A452 is #B85BAD. Grayscale: #7F7F7F. Windows color (decimal): -12082094 or 5416007. OLE color: 5416007.

HSL color Cylindrical-coordinate representation of color #47A452: hue angle of 127.1º 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 #47A452 is Cyan = 0.57, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.36.

Color convert

RGB7116482-
CMYK0.5700.50.36
HSL127.1º39.57%46.08%-
HSV(B)127.1º56.71%64.31%-
XYZ17.428.512.57-
YUV126.84102.6988.17-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 22.40%
GREEN value IS 164 (64.45% from 255) = 51.74%
BLUE value IS 82 (32.42% from 255) = 25.87%
R=22.40%
G=51.74%
B=25.87%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal71164820.5700.50.36127.139.5746.08
Hex47A45239032247f282e
Octal10724412271062441775056
Binary100011110100100101001011100101100101001001111111101000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47A452

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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