#4CA446

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

Shades of Fruit Salad #4CA446

Tints of Fruit Salad #4CA446

Color information

#4CA446 (or 0x4CA446) is unknown color: approx Fruit Salad. HEX triplet: 4C, A4 and 46. RGB value is (76,164,70). Sum of RGB (Red+Green+Blue) = 76+164+70=310 (41% of max value = 765). Red value is 76 (30.08% from 255 or 24.52% from 310); Green value is 164 (64.45% from 255 or 52.90% from 310); Blue value is 70 (27.73% from 255 or 22.58% from 310); Max value from RGB is 164 - color contains mainly: green. Hex color #4CA446 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4CA446 is #B35BB9. Grayscale: #7F7F7F. Windows color (decimal): -11754426 or 4629580. OLE color: 4629580.

HSL color Cylindrical-coordinate representation of color #4CA446: hue angle of 116.17º degrees, saturation: 0.4, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4CA446 is Cyan = 0.54, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.36.

Color convert

RGB7616470-
CMYK0.5400.570.36
HSL116.17º40.17%45.88%-
HSV(B)116.17º57.32%64.31%-
XYZ17.3628.5310.39-
YUV126.9795.8591.64-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 24.52%
GREEN value IS 164 (64.45% from 255) = 52.90%
BLUE value IS 70 (27.73% from 255) = 22.58%
R=24.52%
G=52.90%
B=22.58%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal76164700.5400.570.36116.1740.1745.88
Hex4CA446360392474282e
Octal11424410666071441645056
Binary100110010100100100011011011001110011001001110100101000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CA446

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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