#4AAC47

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

Shades of Fruit Salad #4AAC47

Tints of Fruit Salad #4AAC47

Color information

#4AAC47 (or 0x4AAC47) is unknown color: approx Fruit Salad. HEX triplet: 4A, AC and 47. RGB value is (74,172,71). Sum of RGB (Red+Green+Blue) = 74+172+71=317 (41% of max value = 765). Red value is 74 (29.30% from 255 or 23.34% from 317); Green value is 172 (67.58% from 255 or 54.26% from 317); Blue value is 71 (28.12% from 255 or 22.40% from 317); Max value from RGB is 172 - color contains mainly: green. Hex color #4AAC47 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4AAC47 is #B553B8. Grayscale: #838383. Windows color (decimal): -11883449 or 4697162. OLE color: 4697162.

HSL color Cylindrical-coordinate representation of color #4AAC47: hue angle of 118.22º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4AAC47 is Cyan = 0.57, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.33.

Color convert

RGB7417271-
CMYK0.5700.590.33
HSL118.22º41.56%47.65%-
HSV(B)118.22º58.72%67.45%-
XYZ18.7131.4211.04-
YUV131.1894.0387.21-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 23.34%
GREEN value IS 172 (67.58% from 255) = 54.26%
BLUE value IS 71 (28.12% from 255) = 22.40%
R=23.34%
G=54.26%
B=22.40%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal74172710.5700.590.33118.2241.5647.65
Hex4AAC473903B21762a30
Octal11225410771073411665260
Binary100101010101100100011111100101110111000011110110101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AAC47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4AAC47; }

 p { color: rgb(74,172,71); }

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

<style>
 a { background-color: #4AAC47; }

 a { background-color: rgb(74,172,71); }

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

<style>
 span { border-color: #4AAC47; }

 span { border-color: rgb(74,172,71); }

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