#47AB35

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

Shades of Fruit Salad #47AB35

Tints of Fruit Salad #47AB35

Color information

#47AB35 (or 0x47AB35) is unknown color: approx Fruit Salad. HEX triplet: 47, AB and 35. RGB value is (71,171,53). Sum of RGB (Red+Green+Blue) = 71+171+53=295 (39% of max value = 765). Red value is 71 (28.12% from 255 or 24.07% from 295); Green value is 171 (67.19% from 255 or 57.97% from 295); Blue value is 53 (21.09% from 255 or 17.97% from 295); Max value from RGB is 171 - color contains mainly: green. Hex color #47AB35 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #47AB35 is #B854CA. Grayscale: #808080. Windows color (decimal): -12080331 or 3517255. OLE color: 3517255.

HSL color Cylindrical-coordinate representation of color #47AB35: hue angle of 110.85º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #47AB35 is Cyan = 0.58, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.33.

Color convert

RGB7117153-
CMYK0.5800.690.33
HSL110.85º52.68%43.92%-
HSV(B)110.85º69.01%67.06%-
XYZ17.830.728.36-
YUV127.6585.8787.59-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 24.07%
GREEN value IS 171 (67.19% from 255) = 57.97%
BLUE value IS 53 (21.09% from 255) = 17.97%
R=24.07%
G=57.97%
B=17.97%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal71171530.5800.690.33110.8552.6843.92
Hex47AB353A045216f352c
Octal10725365720105411576554
Binary100011110101011110101111010010001011000011101111110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47AB35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,171,53); }

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

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

 a { background-color: rgb(71,171,53); }

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

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

 span { border-color: rgb(71,171,53); }

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