#4CAC46

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

Shades of Fruit Salad #4CAC46

Tints of Fruit Salad #4CAC46

Color information

#4CAC46 (or 0x4CAC46) is unknown color: approx Fruit Salad. HEX triplet: 4C, AC and 46. RGB value is (76,172,70). Sum of RGB (Red+Green+Blue) = 76+172+70=318 (42% of max value = 765). Red value is 76 (30.08% from 255 or 23.90% from 318); Green value is 172 (67.58% from 255 or 54.09% from 318); Blue value is 70 (27.73% from 255 or 22.01% from 318); Max value from RGB is 172 - color contains mainly: green. Hex color #4CAC46 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4CAC46 is #B353B9. Grayscale: #838383. Windows color (decimal): -11752378 or 4631628. OLE color: 4631628.

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

Color convert

RGB7617270-
CMYK0.5600.590.33
HSL116.47º42.15%47.45%-
HSV(B)116.47º59.3%67.45%-
XYZ18.8431.4810.88-
YUV131.6793.288.29-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 23.90%
GREEN value IS 172 (67.58% from 255) = 54.09%
BLUE value IS 70 (27.73% from 255) = 22.01%
R=23.90%
G=54.09%
B=22.01%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal76172700.5600.590.33116.4742.1547.45
Hex4CAC463803B21742a2f
Octal11425410670073411645257
Binary100110010101100100011011100001110111000011110100101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CAC46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,172,70); }

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

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

 a { background-color: rgb(76,172,70); }

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

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

 span { border-color: rgb(76,172,70); }

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