#47AF38

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

Shades of Fruit Salad #47AF38

Tints of Fruit Salad #47AF38

Color information

#47AF38 (or 0x47AF38) is unknown color: approx Fruit Salad. HEX triplet: 47, AF and 38. RGB value is (71,175,56). Sum of RGB (Red+Green+Blue) = 71+175+56=302 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.51% from 302); Green value is 175 (68.75% from 255 or 57.95% from 302); Blue value is 56 (22.27% from 255 or 18.54% from 302); Max value from RGB is 175 - color contains mainly: green. Hex color #47AF38 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #47AF38 is #B850C7. Grayscale: #828282. Windows color (decimal): -12079304 or 3714887. OLE color: 3714887.

HSL color Cylindrical-coordinate representation of color #47AF38: hue angle of 112.44º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #47AF38 is Cyan = 0.59, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.31.

Color convert

RGB7117556-
CMYK0.5900.680.31
HSL112.44º51.52%45.29%-
HSV(B)112.44º68%68.63%-
XYZ18.6432.298.99-
YUV130.3486.0485.68-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 23.51%
GREEN value IS 175 (68.75% from 255) = 57.95%
BLUE value IS 56 (22.27% from 255) = 18.54%
R=23.51%
G=57.95%
B=18.54%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal71175560.5900.680.31112.4451.5245.29
Hex47AF383B0441F70342d
Octal10725770730104371606455
Binary10001111010111111100011101101000100111111110000110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47AF38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,175,56); }

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

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

 a { background-color: rgb(71,175,56); }

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

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

 span { border-color: rgb(71,175,56); }

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