#4AAC42

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

Shades of Fruit Salad #4AAC42

Tints of Fruit Salad #4AAC42

Color information

#4AAC42 (or 0x4AAC42) is unknown color: approx Fruit Salad. HEX triplet: 4A, AC and 42. RGB value is (74,172,66). Sum of RGB (Red+Green+Blue) = 74+172+66=312 (41% of max value = 765). Red value is 74 (29.30% from 255 or 23.72% from 312); Green value is 172 (67.58% from 255 or 55.13% from 312); Blue value is 66 (26.17% from 255 or 21.15% from 312); Max value from RGB is 172 - color contains mainly: green. Hex color #4AAC42 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4AAC42 is #B553BD. Grayscale: #828282. Windows color (decimal): -11883454 or 4369482. OLE color: 4369482.

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

Color convert

RGB7417266-
CMYK0.5700.620.33
HSL115.47º44.54%46.67%-
HSV(B)115.47º61.63%67.45%-
XYZ18.5631.3510.23-
YUV130.6191.5387.62-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 23.72%
GREEN value IS 172 (67.58% from 255) = 55.13%
BLUE value IS 66 (26.17% from 255) = 21.15%
R=23.72%
G=55.13%
B=21.15%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal74172660.5700.620.33115.4744.5446.67
Hex4AAC423903E21732d2f
Octal11225410271076411635557
Binary100101010101100100001011100101111101000011110011101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AAC42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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